1. 30e863b perf annotate: Compute IPC and basic block cycles by Andi Kleen · 10 years ago
  2. 57849998 perf report: Add processing for cycle histograms by Andi Kleen · 10 years ago
  3. d495763 perf report: Add infrastructure for a cycles histogram by Andi Kleen · 10 years ago
  4. 98df858 perf report: Add flag for non ANY branch mode by Andi Kleen · 10 years ago
  5. 0e332f0 perf tools: Add support for cycles, weight branch_info field by Andi Kleen · 10 years ago
  6. 93df8a1 perf tools: Add empty Build files for architectures lacking them by Ben Hutchings · 9 years ago
  7. f80010e perf stat: Move counter processing code into stat object by Jiri Olsa · 10 years ago
  8. 5e5fe74 perf stat: Pass 'struct perf_stat_config' into process_counter() by Jiri Olsa · 10 years ago
  9. ec0d3d1 perf stat: Move 'interval' into struct perf_stat_config by Jiri Olsa · 10 years ago
  10. 5821522 perf stat: Move 'output' into struct perf_stat_config by Jiri Olsa · 10 years ago
  11. 711a572 perf stat: Move 'scale' into struct perf_stat_config by Jiri Olsa · 10 years ago
  12. 421a50f perf stat: Introduce struct perf_stat_config by Jiri Olsa · 10 years ago
  13. 5a023b5 perf tools: Add missing forward declaration of struct map to probe-event.h by Wang Nan · 10 years ago
  14. 0af0885 perf tools: Introduce veprintf by Wang Nan · 10 years ago
  15. 834fd46 perf trace: Add total time column to summary. by Milian Wolff · 9 years ago
  16. f151f53 perf tools: Fix build errors with mipsel-linux-uclibc compiler by Petri Gynther · 9 years ago
  17. 007d66a perf trace: Write to stderr by default by Milian Wolff · 9 years ago
  18. b7a001d perf tools: Do not include escape sequences in color_vfprintf return by Andi Kleen · 9 years ago
  19. 8011de7 perf tools: Remove trail argument to color vsprintf by Jiri Olsa · 9 years ago
  20. c3a6a8c perf tools: Refine parse/config callchain functions by Kan Liang · 9 years ago
  21. 3206771 perf tools: Per-event time support by Kan Liang · 9 years ago
  22. 3422111 perf trace: Use vfs_getname syscall arg beautifier in more syscalls by Arnaldo Carvalho de Melo · 9 years ago
  23. f994592 perf trace: Deref sys_enter pointer args with contents from probe:vfs_getname by Arnaldo Carvalho de Melo · 9 years ago
  24. e4d44e8 perf trace: Use a constant for the syscall formatting buffer by Arnaldo Carvalho de Melo · 9 years ago
  25. 08c9877 perf trace: Remember if the vfs_getname tracepoint/kprobe is in place by Arnaldo Carvalho de Melo · 9 years ago
  26. 2e5e5f8 perf trace: Do not show syscall tracepoint filter in the --no-syscalls case by Arnaldo Carvalho de Melo · 9 years ago
  27. 9ee6742 perf script: No tracepoints? Don't call libtraceevent. by Arnaldo Carvalho de Melo · 9 years ago
  28. 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 · 10 years ago
  29. acd632e Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more changes by Ingo Molnar · 10 years ago
  30. aa53c09 perf tests: Adding build test for having ending double slash by Jiri Olsa · 10 years ago
  31. c421e80 perf tools: Introduce callgraph_set for callgraph option by Kan Liang · 10 years ago
  32. ee4c758 perf tools: Force period term to overload global settings by Jiri Olsa · 10 years ago
  33. 930a2e2 perf tools: Add support for event post configuration by Jiri Olsa · 10 years ago
  34. 4c7de49 perf session env: Rename exit method by Arnaldo Carvalho de Melo · 10 years ago
  35. f785f23 perf symbols: Fix mismatched declarations for elf_getphdrnum by Arnaldo Carvalho de Melo · 10 years ago
  36. 58b32c1 perf python: Make twatch.py use soft dummy event, freq=0 by Arnaldo Carvalho de Melo · 10 years ago
  37. 84576da perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc} by Arnaldo Carvalho de Melo · 10 years ago
  38. 5865fe3 perf python: Add macro to simplify maintainance of the constants array by Arnaldo Carvalho de Melo · 10 years ago
  39. 959c219 perf python: Remove dependency on 'machine' methods by Arnaldo Carvalho de Melo · 10 years ago
  40. 0927bee perf tools: Fix test build error when bindir contains double slash by Pawel Moll · 10 years ago
  41. 5497628 perf stat: Fix transaction lenght metrics by Andi Kleen · 10 years ago
  42. 7c14898 perf script: Add option --show-switch-events by Adrian Hunter · 10 years ago
  43. 06b234e perf script: Don't assume evsel position of tracking events by Adrian Hunter · 10 years ago
  44. b757bb0 perf record: Add option --switch-events to select PERF_RECORD_SWITCH events by Adrian Hunter · 10 years ago
  45. 0286039 perf tools: Add new PERF_RECORD_SWITCH event by Adrian Hunter · 10 years ago
  46. 6e5259e perf tools: Stop copying kallsyms into the perf.data file header by Arnaldo Carvalho de Melo · 10 years ago
  47. 4263cec perf tools: Stop reading the kallsyms data from perf.data by Arnaldo Carvalho de Melo · 10 years ago
  48. ccb3a82 perf script: Switch from perf.data's kallsyms to perf's symbol resolver by Arnaldo Carvalho de Melo · 10 years ago
  49. 706c3da perf trace: Provide libtracevent with a kernel symbol resolver by Arnaldo Carvalho de Melo · 10 years ago
  50. c3168b0 perf symbols: Provide libtraceevent callback to resolve kernel symbols by Arnaldo Carvalho de Melo · 10 years ago
  51. 33a2471 tools lib traceevent: Allow setting an alternative symbol resolver by Arnaldo Carvalho de Melo · 10 years ago
  52. e6ce7126 perf symbols: Introduce map__is_(kernel,kmodule)() by Arnaldo Carvalho de Melo · 10 years ago
  53. b685ac2 perf symbols: Add front end cache for DSO symbol lookup by Arnaldo Carvalho de Melo · 10 years ago
  54. 768dd3f perf header: Use argv style storage for cmdline feature data by Jiri Olsa · 10 years ago
  55. 0e5ffb3 perf evlist: Tolerate NULL maps in propagate_maps by Jiri Olsa · 10 years ago
  56. 52361ff perf evlist: Use bool instead of target argument in propagate_maps() by Jiri Olsa · 10 years ago
  57. 3de5cfb perf evlist: Force perf_evlist__set_maps to propagate maps through events by Jiri Olsa · 10 years ago
  58. 35318d2 perf test: Check for refcnt in thread_map test by Jiri Olsa · 10 years ago
  59. 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 · 10 years ago
  60. f6a74a5 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 10 years ago
  61. d2f3f5d perf bench futex: Add lock_pi stresser by Davidlohr Bueso · 10 years ago
  62. 52c0a18 perf tools: Fix makefile generation under dash by Sergei Trofimovich · 10 years ago
  63. d77fac7 perf buildid: Use SBUILD_ID_SIZE macro by Masami Hiramatsu · 10 years ago
  64. 92f6c72 perf probe: Move ftrace probe-event operations to probe-file.c by Masami Hiramatsu · 10 years ago
  65. a3c9de6 perf probe: Simplify __add_probe_trace_events code by Masami Hiramatsu · 10 years ago
  66. 4ba1faa perf record: Allow filtering perf's pid via --exclude-perf by Wang Nan · 10 years ago
  67. 15bfd2c perf record: Apply filter to all events in a glob matching by Wang Nan · 10 years ago
  68. 005438a8 perf trace: Support 'strace' syscall event groups by Arnaldo Carvalho de Melo · 10 years ago
  69. 8816d38 perf strlist: Make parse_list() private by Arnaldo Carvalho de Melo · 10 years ago
  70. 8ff9daf perf strlist: Allow substitutions from file contents in a given directory by Arnaldo Carvalho de Melo · 10 years ago
  71. 4a77e21 perf strlist: Make dupstr be the default and part of an extensible config parm by Arnaldo Carvalho de Melo · 10 years ago
  72. f79a17b Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  73. ab7322a perf strlist: load() should return a negative errno by Arnaldo Carvalho de Melo · 10 years ago
  74. 3c71ba3 perf tools: Really allow to specify custom CC, AR or LD by Alexey Brodkin · 10 years ago
  75. a7fde09 perf auxtrace: Fix misplaced check for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORT by Adrian Hunter · 10 years ago
  76. 3d5d68a perf record: Document setting '-e pmu/period=N/' in man page by Kan Liang · 10 years ago
  77. 9c0fa8d perf hists browser: Take the --comm, --dsos, etc filters into account by Arnaldo Carvalho de Melo · 10 years ago
  78. 0bc2f2f perf symbols: Store if there is a filter in place by Arnaldo Carvalho de Melo · 10 years ago
  79. 59c3cb5 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 10 years ago
  80. 9d27a87 tools/testing/nvdimm: add mock acpi_nfit_flush_address entries to nfit_test by Dan Williams · 10 years ago
  81. f7ec836 tools/testing/nvdimm: fix return code for unimplemented commands by Dan Williams · 10 years ago
  82. b1b2e62 tools/testing/nvdimm: mock ioremap_wt by Dan Williams · 10 years ago
  83. 0aefc35 tools: Copy lib/hweight.c from the kernel sources by Arnaldo Carvalho de Melo · 10 years ago
  84. f3efe3a perf tools: Fix the detached tarball wrt rbtree copy by Arnaldo Carvalho de Melo · 10 years ago
  85. 08ae217 perf thread_map: Fix the sizeof() calculation for map entries by Arnaldo Carvalho de Melo · 10 years ago
  86. c867b15 tools lib: Improve clean target by Riku Voipio · 10 years ago
  87. 5fc472a perf stat: Fix shadow declaration of close by Jiri Olsa · 10 years ago
  88. 6d545a6 perf tools: Fix lockup using 32-bit compat vdso by Adrian Hunter · 10 years ago
  89. ab85785 tools lib api debugfs: Check for tracefs when reporting errors by Arnaldo Carvalho de Melo · 10 years ago
  90. 3abebc5 perf record: Let user have timestamps with per-thread recording by Adrian Hunter · 10 years ago
  91. 200802a perf probe: Delete an unnecessary check before the function call "strfilter__delete" by Markus Elfring · 10 years ago
  92. 19867b6 perf trace: Use event filters for the event qualifier list by Arnaldo Carvalho de Melo · 10 years ago
  93. 64ec84f perf evsel: Introduce append_filter() method by Arnaldo Carvalho de Melo · 10 years ago
  94. 94ad89b perf evlist: Make perf_evlist__set_filter use perf_evsel__set_filter by Arnaldo Carvalho de Melo · 10 years ago
  95. 12467ae perf evsel: Introduce set_filter method by Arnaldo Carvalho de Melo · 10 years ago
  96. f47805a perf evsel: Rename set_filter to apply_filter by Arnaldo Carvalho de Melo · 10 years ago
  97. 8b3ce75 perf trace: Store the syscall ids for the event qualifiers in a table by Arnaldo Carvalho de Melo · 10 years ago
  98. c27366f perf trace: Remember what are the syscalls tracepoint evsels by Arnaldo Carvalho de Melo · 10 years ago
  99. 93ec4ce perf tools: Asprintf like functions to format integer filter expression by Arnaldo Carvalho de Melo · 10 years ago
  100. d2d61ed Merge branch 'perf/rbtree_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 10 years ago