1. fcf1203 perf symbols: Rename find_symbol routines to find_function by Arnaldo Carvalho de Melo · 15 years ago
  2. b32d133 perf symbols: Simplify symbol machinery setup by Arnaldo Carvalho de Melo · 15 years ago
  3. e74328d perf tools: Use common process_event functions for annotate and report by John Kacur · 15 years ago
  4. cc612d8 perf symbols: Look for vmlinux in more places by Arnaldo Carvalho de Melo · 15 years ago
  5. c338aee perf symbols: Do lazy symtab loading for the kernel & modules too by Arnaldo Carvalho de Melo · 15 years ago
  6. 6671cb1 perf symbols: Remove unrelated actions from dso__load_kernel_sym by Arnaldo Carvalho de Melo · 15 years ago
  7. 00a192b perf tools: Simplify the symbol priv area mechanism by Arnaldo Carvalho de Melo · 15 years ago
  8. 66bd842 perf tools: Delay loading symtabs till we hit a map with it by Arnaldo Carvalho de Melo · 15 years ago
  9. 6beba7a perf tools: Unify debug messages mechanisms by Arnaldo Carvalho de Melo · 15 years ago
  10. 8f0b037 perf annotate: Remove requirement of passing a symbol name by Arnaldo Carvalho de Melo · 15 years ago
  11. e420499 perf annotate: Use the sym_priv_size area for the histogram by Arnaldo Carvalho de Melo · 15 years ago
  12. ed52ce2 perf tools: Add ->unmap_ip operation to struct map by Arnaldo Carvalho de Melo · 15 years ago
  13. f39cdf2 perf tools: Move dereference after NULL test by Julia Lawall · 15 years ago
  14. d5b889f perf tools: Move threads & last_match to threads.c by Arnaldo Carvalho de Melo · 15 years ago
  15. da21d1b perf tools: Up the verbose level for some really verbose stuff by Arnaldo Carvalho de Melo · 15 years ago
  16. ec218fc perf tools: Remove show_mask bitmask by Arnaldo Carvalho de Melo · 15 years ago
  17. 9735abf perf tools: Move hist_entry__add common code to hist.c by Arnaldo Carvalho de Melo · 15 years ago
  18. 439d473 perf tools: Rewrite and improve support for kernel modules by Arnaldo Carvalho de Melo · 15 years ago
  19. 3d1d07e perf tools: Put common histogram functions in their own file by John Kacur · 15 years ago
  20. dd68ada perf tools: Create util/sort.and use it by John Kacur · 15 years ago
  21. cbfeb26 perf annotate: Add the cmp_null function and make use of it by John Kacur · 15 years ago
  22. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  23. 5b447a6 perf tools: Librarize idle thread registration by Frederic Weisbecker · 15 years ago
  24. 119e7a2 perf tools: do not complain if root is owning perf.data by Pierre Habouzit · 15 years ago
  25. 96d6e48 Merge branch 'perfcounters/urgent' into perfcounters/core by Ingo Molnar · 15 years ago
  26. fa6963b perf tools: Check perf.data owner by Peter Zijlstra · 15 years ago
  27. 15f3fa4 perf annotate: Fix segmentation fault by Ingo Molnar · 15 years ago
  28. 8f28827 perf tools: Librarize trace_event() helper by Frederic Weisbecker · 15 years ago
  29. 0f25bfc perf tools: Put the show mode into the event headers files by Frederic Weisbecker · 15 years ago
  30. 2cec19d perf tools: Factorize the dprintf definition by Frederic Weisbecker · 15 years ago
  31. 83a0944 perf: Enable more compiler warnings by Ingo Molnar · 15 years ago
  32. 6baa0a5 perf tools: Factorize the thread code in a dedicated file by Frederic Weisbecker · 15 years ago
  33. 66e274f perf tools: Factorize the map helpers by Frederic Weisbecker · 15 years ago
  34. 1fe2c10 perf tools: Factorize the event structure definitions in a single file by Frederic Weisbecker · 15 years ago
  35. cd84c2a perf tools: Factorize high level dso helpers by Frederic Weisbecker · 15 years ago
  36. 7f453c2 perf_counter: PERF_SAMPLE_ID and inherited counters by Peter Zijlstra · 15 years ago
  37. 1e11fd8 perf_counter tools: Provide helper to print percents color by Frederic Weisbecker · 15 years ago
  38. 4297648 perf_counter tools: Enable kernel module symbol loading in tools by Mike Galbraith · 15 years ago
  39. 6cfcc53 perf_counter tools: Connect module support infrastructure to symbol loading infrastructure by Mike Galbraith · 15 years ago
  40. 9974f49 perf_counter tools: Make symbol loading consistently return number of loaded symbols by Mike Galbraith · 15 years ago
  41. 5da5025 perf_counter tools: Share list.h with the kernel by Arnaldo Carvalho de Melo · 15 years ago
  42. 43cbcd8 perf_counter tools: Share rbtree.with the kernel by Arnaldo Carvalho de Melo · 15 years ago
  43. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 15 years ago
  44. e6e18ec perf_counter: Rework the sample ABI by Peter Zijlstra · 15 years ago
  45. 9cffa8d perf_counter tools: Define and use our own u64, s64 etc. definitions by Paul Mackerras · 15 years ago
  46. c17c2db perf annotate: Fixes for filename:line displays by Frederic Weisbecker · 15 years ago
  47. 971738f perf annotate: Print a sorted summary of annotated overhead lines by Frederic Weisbecker · 15 years ago
  48. 301406b perf annotate: Print the filename:line for annotated colored lines by Frederic Weisbecker · 15 years ago
  49. 729ff5e2 perf_counter tools: Clean up u64 usage by Ingo Molnar · 15 years ago
  50. aefcf37 perf_counter tools: Standardize color printing by Ingo Molnar · 15 years ago
  51. 23b8711 perf annotate: Fix command line help text by Ingo Molnar · 15 years ago
  52. 39273ee perf annotate: Automatically pick up vmlinux in the local directory by Ingo Molnar · 15 years ago
  53. 7d37a0c perf_counter tools: Warning fixes on 32-bit by Arjan van de Ven · 15 years ago
  54. 8647093 perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ by Ingo Molnar · 15 years ago[Renamed from Documentation/perf_counter/builtin-annotate.c]
  55. 0b73da3 perf_counter tools: Add 'perf annotate' feature by Ingo Molnar · 15 years ago
  56. 8035e42 perf_counter tools: Prepare for 'perf annotate' by Ingo Molnar · 15 years ago