1. f9db0d0 perf callchain: Allow disabling call graphs per event by Kan Liang · 9 years ago
  2. d457c96 perf callchain: Per-event type selection support by Kan Liang · 9 years ago
  3. 75186a9 perf probe: Fix to show lines of sys_ functions correctly by Masami Hiramatsu · 9 years ago
  4. 63ab174 perf hists browser: Make ESC unzoom as well by Arnaldo Carvalho de Melo · 9 years ago
  5. 517dfdb perf ui browser: Introduce ui_browser__printf() by Arnaldo Carvalho de Melo · 9 years ago
  6. 26270a0 perf ui browser: Introduce ui_browser__write_nstring() by Arnaldo Carvalho de Melo · 9 years ago
  7. b62bee1 perf trace: Beautify keyctl's option arg by Arnaldo Carvalho de Melo · 9 years ago
  8. 8d8c66a perf trace: Use the FD beautifier for socket syscall fds by Arnaldo Carvalho de Melo · 9 years ago
  9. 76b1065 perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processing by Andi Kleen · 9 years ago
  10. 28ebb87 perf trace: Add missing clockid entries by Arnaldo Carvalho de Melo · 9 years ago
  11. 090389b6 perf trace: Associate some more syscall args with the getname beautifier by Arnaldo Carvalho de Melo · 9 years ago
  12. 4605bb5 perf evlist: Be more specific on -F/--freq by Namhyung Kim · 9 years ago
  13. 09af2a5 perf record: Support per-event freq term by Namhyung Kim · 9 years ago
  14. 31191a8 perf report: Add support for srcfile sort key by Andi Kleen · 9 years ago
  15. e8e6d37 perf hists: Update the column width for the "srcline" sort key by Arnaldo Carvalho de Melo · 9 years ago
  16. 5cef897 perf hists: hist_entry__cmp() may use he_tmp.hists, initialize it by Arnaldo Carvalho de Melo · 9 years ago
  17. ab35a7d perf tools: Unset perf_event_attr::freq when period term is set by Jiri Olsa · 9 years ago
  18. a9710ba perf tools: Support full source file paths for srcline by Andi Kleen · 9 years ago
  19. 076a30c perf callchain: Move option parsing code to util.c by Kan Liang · 9 years ago
  20. d809560 perf stat: Move perf_counts struct and functions into separate object by Jiri Olsa · 9 years ago
  21. 9bc898c perf tests: Add LLVM test for eBPF on-the-fly compiling by Wang Nan · 9 years ago
  22. 0c6d18b perf tools: Auto detecting kernel include options by Wang Nan · 9 years ago
  23. d325d78 perf tools: Auto detecting kernel build directory by Wang Nan · 9 years ago
  24. 4cea3a9 perf tools: Call clang to compile C source to object code by Wang Nan · 9 years ago
  25. aa61fd0 perf tools: Introduce llvm config options by Wang Nan · 9 years ago
  26. 141b2d3 perf tools: Extend the event parser maximum error index by Adrian Hunter · 9 years ago
  27. 0efe6b6 perf tools: Validate config term maximum value by Adrian Hunter · 9 years ago
  28. 09ff607 perf tools: Add perf_pmu__format_bits() by Adrian Hunter · 9 years ago
  29. 8bd1b2d perf tools: Fix perf-with-kcore handling of arguments containing spaces by Adrian Hunter · 9 years ago
  30. f70cfa0 perf auxtrace: Fix period type 'i' not working by Adrian Hunter · 9 years ago
  31. 74d4582 perf tools xtensa: Add DWARF register names by Max Filippov · 9 years ago
  32. 40997d6 perf report: Display cycles in branch sort mode by Andi Kleen · 9 years ago
  33. a18b027 perf top: Add branch annotation code to top by Andi Kleen · 9 years ago
  34. f8f4aae perf annotate: Finally display IPC and cycle accounting by Andi Kleen · 9 years ago
  35. 30e863b perf annotate: Compute IPC and basic block cycles by Andi Kleen · 9 years ago
  36. 57849998 perf report: Add processing for cycle histograms by Andi Kleen · 9 years ago
  37. d495763 perf report: Add infrastructure for a cycles histogram by Andi Kleen · 9 years ago
  38. 98df858 perf report: Add flag for non ANY branch mode by Andi Kleen · 9 years ago
  39. 0e332f0 perf tools: Add support for cycles, weight branch_info field by Andi Kleen · 9 years ago
  40. 93df8a1 perf tools: Add empty Build files for architectures lacking them by Ben Hutchings · 9 years ago
  41. f80010e perf stat: Move counter processing code into stat object by Jiri Olsa · 9 years ago
  42. 5e5fe74 perf stat: Pass 'struct perf_stat_config' into process_counter() by Jiri Olsa · 9 years ago
  43. ec0d3d1 perf stat: Move 'interval' into struct perf_stat_config by Jiri Olsa · 9 years ago
  44. 5821522 perf stat: Move 'output' into struct perf_stat_config by Jiri Olsa · 9 years ago
  45. 711a572 perf stat: Move 'scale' into struct perf_stat_config by Jiri Olsa · 9 years ago
  46. 421a50f perf stat: Introduce struct perf_stat_config by Jiri Olsa · 9 years ago
  47. 5a023b5 perf tools: Add missing forward declaration of struct map to probe-event.h by Wang Nan · 9 years ago
  48. 0af0885 perf tools: Introduce veprintf by Wang Nan · 9 years ago
  49. 834fd46 perf trace: Add total time column to summary. by Milian Wolff · 9 years ago
  50. f151f53 perf tools: Fix build errors with mipsel-linux-uclibc compiler by Petri Gynther · 9 years ago
  51. 007d66a perf trace: Write to stderr by default by Milian Wolff · 9 years ago
  52. b7a001d perf tools: Do not include escape sequences in color_vfprintf return by Andi Kleen · 9 years ago
  53. 8011de7 perf tools: Remove trail argument to color vsprintf by Jiri Olsa · 9 years ago
  54. c3a6a8c perf tools: Refine parse/config callchain functions by Kan Liang · 9 years ago
  55. 3206771 perf tools: Per-event time support by Kan Liang · 9 years ago
  56. 3422111 perf trace: Use vfs_getname syscall arg beautifier in more syscalls by Arnaldo Carvalho de Melo · 9 years ago
  57. f994592 perf trace: Deref sys_enter pointer args with contents from probe:vfs_getname by Arnaldo Carvalho de Melo · 9 years ago
  58. e4d44e8 perf trace: Use a constant for the syscall formatting buffer by Arnaldo Carvalho de Melo · 9 years ago
  59. 08c9877 perf trace: Remember if the vfs_getname tracepoint/kprobe is in place by Arnaldo Carvalho de Melo · 9 years ago
  60. 2e5e5f8 perf trace: Do not show syscall tracepoint filter in the --no-syscalls case by Arnaldo Carvalho de Melo · 9 years ago
  61. 9ee6742 perf script: No tracepoints? Don't call libtraceevent. by Arnaldo Carvalho de Melo · 9 years ago
  62. 41d279a Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  63. acd632e Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more changes by Ingo Molnar · 9 years ago
  64. aa53c09 perf tests: Adding build test for having ending double slash by Jiri Olsa · 9 years ago
  65. c421e80 perf tools: Introduce callgraph_set for callgraph option by Kan Liang · 9 years ago
  66. ee4c758 perf tools: Force period term to overload global settings by Jiri Olsa · 9 years ago
  67. 930a2e2 perf tools: Add support for event post configuration by Jiri Olsa · 9 years ago
  68. 4c7de49 perf session env: Rename exit method by Arnaldo Carvalho de Melo · 9 years ago
  69. f785f23 perf symbols: Fix mismatched declarations for elf_getphdrnum by Arnaldo Carvalho de Melo · 9 years ago
  70. 58b32c1 perf python: Make twatch.py use soft dummy event, freq=0 by Arnaldo Carvalho de Melo · 9 years ago
  71. 84576da perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc} by Arnaldo Carvalho de Melo · 9 years ago
  72. 5865fe3 perf python: Add macro to simplify maintainance of the constants array by Arnaldo Carvalho de Melo · 9 years ago
  73. 959c219 perf python: Remove dependency on 'machine' methods by Arnaldo Carvalho de Melo · 9 years ago
  74. 0927bee perf tools: Fix test build error when bindir contains double slash by Pawel Moll · 9 years ago
  75. 5497628 perf stat: Fix transaction lenght metrics by Andi Kleen · 9 years ago
  76. 7c14898 perf script: Add option --show-switch-events by Adrian Hunter · 9 years ago
  77. 06b234e perf script: Don't assume evsel position of tracking events by Adrian Hunter · 9 years ago
  78. b757bb0 perf record: Add option --switch-events to select PERF_RECORD_SWITCH events by Adrian Hunter · 9 years ago
  79. 0286039 perf tools: Add new PERF_RECORD_SWITCH event by Adrian Hunter · 9 years ago
  80. 6e5259e perf tools: Stop copying kallsyms into the perf.data file header by Arnaldo Carvalho de Melo · 9 years ago
  81. 4263cec perf tools: Stop reading the kallsyms data from perf.data by Arnaldo Carvalho de Melo · 9 years ago
  82. ccb3a82 perf script: Switch from perf.data's kallsyms to perf's symbol resolver by Arnaldo Carvalho de Melo · 9 years ago
  83. 706c3da perf trace: Provide libtracevent with a kernel symbol resolver by Arnaldo Carvalho de Melo · 9 years ago
  84. c3168b0 perf symbols: Provide libtraceevent callback to resolve kernel symbols by Arnaldo Carvalho de Melo · 9 years ago
  85. e6ce7126 perf symbols: Introduce map__is_(kernel,kmodule)() by Arnaldo Carvalho de Melo · 9 years ago
  86. b685ac2 perf symbols: Add front end cache for DSO symbol lookup by Arnaldo Carvalho de Melo · 9 years ago
  87. 768dd3f perf header: Use argv style storage for cmdline feature data by Jiri Olsa · 9 years ago
  88. 0e5ffb3 perf evlist: Tolerate NULL maps in propagate_maps by Jiri Olsa · 9 years ago
  89. 52361ff perf evlist: Use bool instead of target argument in propagate_maps() by Jiri Olsa · 9 years ago
  90. 3de5cfb perf evlist: Force perf_evlist__set_maps to propagate maps through events by Jiri Olsa · 9 years ago
  91. 35318d2 perf test: Check for refcnt in thread_map test by Jiri Olsa · 9 years ago
  92. a11c51a Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  93. f6a74a5 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 9 years ago
  94. d2f3f5d perf bench futex: Add lock_pi stresser by Davidlohr Bueso · 9 years ago
  95. 52c0a18 perf tools: Fix makefile generation under dash by Sergei Trofimovich · 9 years ago
  96. d77fac7 perf buildid: Use SBUILD_ID_SIZE macro by Masami Hiramatsu · 9 years ago
  97. 92f6c72 perf probe: Move ftrace probe-event operations to probe-file.c by Masami Hiramatsu · 9 years ago
  98. a3c9de6 perf probe: Simplify __add_probe_trace_events code by Masami Hiramatsu · 9 years ago
  99. 4ba1faa perf record: Allow filtering perf's pid via --exclude-perf by Wang Nan · 9 years ago
  100. 15bfd2c perf record: Apply filter to all events in a glob matching by Wang Nan · 9 years ago