1. de17648 perf session: Keep pointers to the vmlinux maps by Arnaldo Carvalho de Melo · 15 years ago
  2. f92cb24 perf tools: Create write_padded routine out of __dsos__write_buildid_table by Arnaldo Carvalho de Melo · 15 years ago
  3. 36a3e64 perf symbols: Export symbol_type__is_a by Arnaldo Carvalho de Melo · 15 years ago
  4. 682b335 perf symbols: Generalise the kallsyms parsing routine by Arnaldo Carvalho de Melo · 15 years ago
  5. ae99fb2 perf header: perf_header__push_event() shouldn't die by Arnaldo Carvalho de Melo · 15 years ago
  6. 769885f perf header: Do_read shouldn't die by Arnaldo Carvalho de Melo · 15 years ago
  7. 63bbd5e perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENT by Liming Wang · 15 years ago
  8. 41bdcb2 perf tools: Unify event type description by Liming Wang · 15 years ago
  9. 9967411 perf trace: Fix forgotten close of file/dir by Xiao Guangrong · 15 years ago
  10. 61be3e5 perf trace: Clean up find_debugfs() by Xiao Guangrong · 15 years ago
  11. 29c52aa perf tools: Mount debugfs automatically by Xiao Guangrong · 15 years ago
  12. 659d8cf perf tools: Do a few more directory handling optimizations by Ulrich Drepper · 15 years ago
  13. 4cf4013 perf record: Introduce a symtab cache by Arnaldo Carvalho de Melo · 15 years ago
  14. 55aa640 perf session: Remove redundant prefix & suffix from perf_event_ops by Arnaldo Carvalho de Melo · 15 years ago
  15. f7d8744 perf session: Move full_paths config to symbol_conf by Arnaldo Carvalho de Melo · 15 years ago
  16. 31d337c perf session: Move total_unknown to perf_session->unknown events by Arnaldo Carvalho de Melo · 15 years ago
  17. d549c769 perf session: Remove sample_type_check from event_ops by Arnaldo Carvalho de Melo · 15 years ago
  18. 2729559 perf session: Share the common trace sample_check routine as perf_session__has_traces by Arnaldo Carvalho de Melo · 15 years ago
  19. 4a58e61 perf tools: Move the map class definition to a separate header by Arnaldo Carvalho de Melo · 15 years ago
  20. 06aae590 perf session: Move the event processing routines to session.c by Arnaldo Carvalho de Melo · 15 years ago
  21. b5b60fd perf session: Make events_stats u64 to avoid overflow on 32-bit arches by Arnaldo Carvalho de Melo · 15 years ago
  22. b7702a2 perf probe: Check new event name by Masami Hiramatsu · 15 years ago
  23. 27f3b24 perf probe: Fix libdwarf include path for Debian by Masami Hiramatsu · 15 years ago
  24. 9b33827 perf diff: Percent calcs should use double values by Arnaldo Carvalho de Melo · 15 years ago
  25. c351c28 perf diff: Use perf_session__fprintf_hists just like 'perf record' by Arnaldo Carvalho de Melo · 15 years ago
  26. 3e6055a perf session: Move perf report specific hits out of perf_session__fprintf_hists by Arnaldo Carvalho de Melo · 15 years ago
  27. 4ecf84d0 perf tools: Move hist entries printing routines from perf report by Arnaldo Carvalho de Melo · 15 years ago
  28. d599db3 perf report: Generalize perf_session__fprintf_hists() by Arnaldo Carvalho de Melo · 15 years ago
  29. c410a33 perf symbols: Move symbol filtering to event__preprocess_sample() by Arnaldo Carvalho de Melo · 15 years ago
  30. 655000e perf symbols: Adopt the strlists for dso, comm by Arnaldo Carvalho de Melo · 15 years ago
  31. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  32. 7ef17aa perf probe: Fix to show which probe point is not found by Masami Hiramatsu · 15 years ago
  33. a128168 perf probe: Check build-id of vmlinux by Masami Hiramatsu · 15 years ago
  34. d761b08 perf probe: Reject second attempt of adding same-name event by Masami Hiramatsu · 15 years ago
  35. af663d7 perf probe: Support event name for --add option by Masami Hiramatsu · 15 years ago
  36. bbbb521 perf probe: Add glob matching support on --del by Masami Hiramatsu · 15 years ago
  37. adf365f perf probe: Use strlist__for_each macros in probe-event.c by Masami Hiramatsu · 15 years ago
  38. abf5ef7 perf tools: Add for_each macros for strlist by Masami Hiramatsu · 15 years ago
  39. 3e34059 perf probe: Fix --del to update current event list by Masami Hiramatsu · 15 years ago
  40. f6bbff7 perf probe: Fix --del to show info instead of warning by Masami Hiramatsu · 15 years ago
  41. 411edfe perf probe: Show need-dwarf message only if it is really needed by Masami Hiramatsu · 15 years ago
  42. 7e990a5 perf probe: Check the result of e_snprintf() by Masami Hiramatsu · 15 years ago
  43. fac13fd perf probe: Cleanup struct session in builtin-probe.c by Masami Hiramatsu · 15 years ago
  44. 8f11d85 perf trace/scripting: Check return val of perl_run() by Tom Zanussi · 15 years ago
  45. 586bc5c perf trace/scripting: Add support for script args by Tom Zanussi · 15 years ago
  46. 86a9eee perf diff: Introduce tool to show performance difference by Arnaldo Carvalho de Melo · 15 years ago
  47. c8829c7 perf util: Remove setup_sorting dups by Arnaldo Carvalho de Melo · 15 years ago
  48. f823e44 perf session: Event statistics also are per session by Arnaldo Carvalho de Melo · 15 years ago
  49. c019879 perf session: Adopt the sample_type variable by Arnaldo Carvalho de Melo · 15 years ago
  50. a328626 perf session: Adopt resolve_callchain by Arnaldo Carvalho de Melo · 15 years ago
  51. 4e4f06e perf session: Move the hist_entries rb tree to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  52. b9bf089 perf tools: No need for three rb_trees for sorting hist entries by Arnaldo Carvalho de Melo · 15 years ago
  53. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  54. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  55. ec91336 perf session: Reduce the number of parms to perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  56. 13df45c perf session: Register the idle thread in perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  57. 301a0b0 perf session: Ditch register_perf_file_handler by Arnaldo Carvalho de Melo · 15 years ago
  58. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  59. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago
  60. ea08d8c perf symbols: Ditch dso->find_symbol by Arnaldo Carvalho de Melo · 15 years ago
  61. 79406cd perf symbols: Allow lookups by symbol name too by Arnaldo Carvalho de Melo · 15 years ago
  62. 22ccec5 perf symbols: Add missing "Variables" entry to map_type__name by Arnaldo Carvalho de Melo · 15 years ago
  63. f1dfa0b perf symbols: Add support for 'variable' symtabs by Arnaldo Carvalho de Melo · 15 years ago
  64. d45868d perf symbols: Introduce ELF counterparts to symbol_type__is_a by Arnaldo Carvalho de Melo · 15 years ago
  65. 6893d4e perf symbols: Introduce symbol_type__is_a by Arnaldo Carvalho de Melo · 15 years ago
  66. 9958e1f perf symbols: Rename kthreads to kmaps, using another abstraction for it by Arnaldo Carvalho de Melo · 15 years ago
  67. 716d69e perf symbols: perf_header__read_build_ids() offset'n'size should be u64 by Arnaldo Carvalho de Melo · 15 years ago
  68. 8b4825b perf symbols: dsos__read_build_ids() should read both user and kernel buildids by Arnaldo Carvalho de Melo · 15 years ago
  69. bc3abfb perf tools: Align long options which have no short forms by Li Zefan · 15 years ago
  70. 5660ce3 perf tools: Correct size given to memset by Julia Lawall · 15 years ago
  71. fa28244 perf probe: Support --del option by Masami Hiramatsu · 15 years ago
  72. 17f88fc perf probe: Remove event suffix number _0 by Masami Hiramatsu · 15 years ago
  73. a9b495b perf probe: Change probe-added message more user-friendly by Masami Hiramatsu · 15 years ago
  74. 278498d perf probe: Change event list format by Masami Hiramatsu · 15 years ago
  75. 8498845 perf probe: Check e_snprintf() format string by Masami Hiramatsu · 15 years ago
  76. e1d2017 perf probe: Fix event namelist to duplicate string by Masami Hiramatsu · 15 years ago
  77. d56728b perf probe: Fix strtailcmp() to compare s1and s2[0] by Juha Leppanen · 15 years ago
  78. 180570f perf tools: Optimize parse_subsystem_tracepoint_event() by Ulrich Drepper · 15 years ago
  79. 67a6259 perf trace/scripting: Don't display 'scripting unsupported' msg unnecessarily by Tom Zanussi · 15 years ago
  80. 3a9a0be perf trace/scripting: Fix compile error when libperl not installed by Tom Zanussi · 15 years ago
  81. d9541ed perf_event: Fix __dsos__write_buildid_table() by Xiao Guangrong · 15 years ago
  82. 7691b1e perf tools: Misc small fixes by OGAWA Hirofumi · 15 years ago
  83. 180f95e perf: Make common SAMPLE_EVENT parser by OGAWA Hirofumi · 15 years ago
  84. 59b4cae perf tools: Correct size computation in tracepoint_id_to_path() by Julia Lawall · 15 years ago
  85. 23ba90e Merge branch 'perf/scripting' into perf/core by Ingo Molnar · 15 years ago
  86. 93aaa45 perf tools: Replace %m with %a in sscanf by Liming Wang · 15 years ago
  87. c19e33a perf tools: Fix _GNU_SOURCE macro related strndup() build error by Liming Wang · 15 years ago
  88. b498ce1 perf probe: Simplify event naming by Masami Hiramatsu · 15 years ago
  89. 4de189f perf probe: Add --list option for listing current probe events by Masami Hiramatsu · 15 years ago
  90. e1c01d6 perf probe: Add argv_split() from lib/argv_split.c by Masami Hiramatsu · 15 years ago
  91. 50656ee perf probe: Move probe event utility functions to probe-event.c by Masami Hiramatsu · 15 years ago
  92. bab81b6 perf annotate: Fix perf data parsing by Li Zefan · 15 years ago
  93. 8ea339a perf trace/scripting: Add Fedora libperl install note to doc by Tom Zanussi · 15 years ago
  94. 61381de perf trace/scripting: Fix Perl common_* access functions by Tom Zanussi · 15 years ago
  95. d1b9377 perf trace: Add interface to access perf data from Perl handlers by Tom Zanussi · 15 years ago
  96. 16c632d perf trace: Add Perl scripting support by Tom Zanussi · 15 years ago
  97. eb9a42c perf trace: Add flag/symbolic format_flags by Tom Zanussi · 15 years ago
  98. 956ffd0 perf trace: Add scripting ops by Tom Zanussi · 15 years ago
  99. 1ed091c perf tools: Consolidate symbol resolving across all tools by Arnaldo Carvalho de Melo · 15 years ago
  100. 62daacb perf tools: Reorganize event processing routines, lotsa dups killed by Arnaldo Carvalho de Melo · 15 years ago