1. f208bd8 perf trace: Handle legacy syscalls tracepoints by Arnaldo Carvalho de Melo · 9 years ago
  2. e6c76d6 perf build: Move feature checks code under tools/build by Jiri Olsa · 9 years ago
  3. 970e87b perf build: Make features checks directory configurable by Jiri Olsa · 9 years ago
  4. 0afc5ca perf build: Separate feature make support into config/Makefile.feature by Jiri Olsa · 9 years ago
  5. 58d4f00 perf build: Fix feature_check name clash by Jiri Olsa · 9 years ago
  6. 13f22a2 perf trace: Fix summary_only option by David Ahern · 9 years ago
  7. 0560a0c perf probe: Fix failure to add multiple probes without debuginfo by He Kuang · 9 years ago
  8. 1c30f54 perf build: Add config/feature-checks/*.output to the .gitignore file by Yunlong Song · 9 years ago
  9. 43f3e14 perf build: Use FEATURE-DUMP instead of PERF-FEATURES in the .gitignore file by Yunlong Song · 9 years ago
  10. 8b8ca6e perf tools: Don't allow empty argument for field-separator by Wang Nan · 9 years ago
  11. 0635b0f perf tools: Fix race in build_id_cache__add_s() by Milos Vyletel · 9 years ago
  12. 0c8c207 perf report: Don't allow empty argument for '-t'. by Wang Nan · 9 years ago
  13. 303cb89 perf callchain: Separate eh/debug frame offset cache. by Wang Nan · 9 years ago
  14. 1312c8a perf tools: Avoid confusion with preloaded bash function for perf bash completion by Yunlong Song · 9 years ago
  15. 6fdd9cb perf tools: Add the bash completion for listing subsubcommands of perf trace by Yunlong Song · 9 years ago
  16. 33ec0ca perf tools: Add the bash completion for listing subsubcommands of perf timechart by Yunlong Song · 9 years ago
  17. 1f9975f perf tools: Add the bash completion for listing subsubcommands of perf test by Yunlong Song · 9 years ago
  18. 40cae2b perf tools: Add the bash completion for listing subsubcommands of perf script by Yunlong Song · 9 years ago
  19. e24a110 perf tools: Add the bash completion for listing subsubcommands of perf help by Yunlong Song · 9 years ago
  20. 01b7160 perf tools: Add the bash completion for listing subsubcommands of perf data by Yunlong Song · 9 years ago
  21. e003ce5 perf tools: Fix the bash completion for listing subcommands of perf by Yunlong Song · 9 years ago
  22. 3346b54 perf tools: Fix the bash completion to support listing events for --event by Yunlong Song · 9 years ago
  23. bc81fad perf tools: Fix the bash completion for listing events of perf subcommand record|stat|top -e by Yunlong Song · 9 years ago
  24. eee200a perf tools: Provide the right bash completion for listing options of perf subcommand subsubcommand by Yunlong Song · 9 years ago
  25. 67afff4 perf tools: Fix the bash completion for listing subsubcommands of perf subcommand by Yunlong Song · 9 years ago
  26. 02fde32 perf tools: Fix the bash completion for listing options of perf subcommand by Yunlong Song · 9 years ago
  27. 76aea77 perf tools: Fix perf-read-vdsox32 not building and lib64 install dir by H.J. Lu · 9 years ago
  28. 4b20d68 perf build: Rename feature_print_var_code to print_var_code by Jiri Olsa · 9 years ago
  29. 4ae6120 perf build: Rename PERF-FEATURES into FEATURE-DUMP by Jiri Olsa · 9 years ago
  30. a15599a perf build: Rename display_vf to feature_verbose by Jiri Olsa · 9 years ago
  31. 48e383e perf build: Rename display_lib into feature_display by Jiri Olsa · 9 years ago
  32. 07efbf5 perf build: Get rid of VF_FEATURE_TESTS by Jiri Olsa · 9 years ago
  33. ee9c80a perf build: Rename CORE_FEATURE_TESTS to FEATURE_TESTS by Jiri Olsa · 9 years ago
  34. 9444e87 perf build: Get rid of LIB_INCLUDE variable by Jiri Olsa · 9 years ago
  35. c59a142 perf build: Fix pthread-attr-setaffinity-np include in test-all by Jiri Olsa · 9 years ago
  36. 806f072 perf build: Move features build output under features directory by Jiri Olsa · 9 years ago
  37. 97e7a51 perf build: Disable default check for libbabeltrace by Jiri Olsa · 9 years ago
  38. 235504d perf tools: Fix building error for arm64. by Wang Nan · 9 years ago
  39. d5dbc51 perf hists browser: Allow annotating entries in callchains by Arnaldo Carvalho de Melo · 9 years ago
  40. 4c47f4f perf hists: Remove hist_entry->used, not used anymore by Arnaldo Carvalho de Melo · 9 years ago
  41. 446fb96 perf hists browser: Fix up some branch alignment by Arnaldo Carvalho de Melo · 9 years ago
  42. 0ba332f perf hists browser: Simplify symbol annotation menu setup by Arnaldo Carvalho de Melo · 9 years ago
  43. 107eb96 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
  44. 6936472 perf data: Add tracepoint events fields CTF conversion support by Sebastian Andrzej Siewior · 9 years ago
  45. 65f46e0 perf kmem: Fix alignment of slab result table by Namhyung Kim · 9 years ago
  46. bd72a33 perf kmem: Allow -v option by Namhyung Kim · 9 years ago
  47. 405f875 perf kmem: Fix segfault when invalid sort key is given by Namhyung Kim · 9 years ago
  48. 7910352 perf stat: Always correctly indent ratio column by Andi Kleen · 9 years ago
  49. 56f0fd4 perf stat: Fix IPC and other formulas with -A by Andi Kleen · 9 years ago
  50. d73515c perf stat: Output running time and run/enabled ratio in CSV mode by Andi Kleen · 9 years ago
  51. 4fabf3d perf hists browser: Fix UI bug after fold/unfold by He Kuang · 9 years ago
  52. 6d4a489 perf probe: Fix compiles due to declarations using perf_probe_point by David Ahern · 9 years ago
  53. a8cd1f4 perf hists browser: Fix UI bug after zoom into thread/dso/symbol by He Kuang · 9 years ago
  54. a78604d perf probe: Fix possible double free on error by He Kuang · 9 years ago
  55. 443a705 perf tools: Output feature detection's gcc output to a file by Arnaldo Carvalho de Melo · 9 years ago
  56. 19a9df3 perf build: Fix libbabeltrace detection by Jiri Olsa · 9 years ago
  57. e578da3 perf probe: Allow weak symbols to be probed by Namhyung Kim · 9 years ago
  58. 680d926 perf symbols: Allow symbol alias when loading map for symbol name by Namhyung Kim · 9 years ago
  59. 0687eba Revert "perf probe: Fix to fall back to find probe point in symbols" by Masami Hiramatsu · 9 years ago
  60. 811dd2a perf probe: Fix --line to handle aliased symbols in glibc by Masami Hiramatsu · 9 years ago
  61. 9b118ac perf probe: Fix to handle aliased symbols in glibc by Masami Hiramatsu · 9 years ago
  62. 4a6b362 perf ordered_events: Adopt queue() method by Arnaldo Carvalho de Melo · 9 years ago
  63. 01fbc1f perf tools: Remove superfluous thread->comm_set setting by Jiri Olsa · 9 years ago
  64. d704ebd perf tools: tool->finished_round() doesn't need perf_session by Arnaldo Carvalho de Melo · 9 years ago
  65. d10eb1e perf ordered_events: Allow tools to specify a deliver method by Arnaldo Carvalho de Melo · 9 years ago
  66. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 9 years ago
  67. fa713a4e perf ordered_events: Untangle from perf_session by Arnaldo Carvalho de Melo · 9 years ago
  68. 94ac003 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
  69. ae536ac perf sched: No need to keep the session around by Arnaldo Carvalho de Melo · 9 years ago
  70. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 9 years ago
  71. 2ed1131 Revert "perf: Remove the extra validity check on nr_pages" by Kan Liang · 9 years ago
  72. 543d976 perf tools: Initialize cpu set in pthread_attr_setaffinity_np feature test by Adrian Hunter · 9 years ago
  73. 0104fe6 perf probe: Remove bias offset to find probe point by address by Masami Hiramatsu · 9 years ago
  74. 79702f6 perf probe: Warn if given uprobe event accesses memory on older kernel by Masami Hiramatsu · 9 years ago
  75. de5349f perf tools: Improve 'libbabel' feature check failure message by Ingo Molnar · 9 years ago
  76. b49f1a4b perf tools: Improve feature test debuggability by Ingo Molnar · 9 years ago
  77. 0189d7c perf tools: Improve libbfd detection message by Ingo Molnar · 9 years ago
  78. a954e68 perf tools: Improve libperl detection message by Ingo Molnar · 9 years ago
  79. 6c5aa23 perf tools: Improve Python feature detection messages by Ingo Molnar · 9 years ago
  80. a6a76ba perf tools: Remove annoying extra message from the features build by Ingo Molnar · 9 years ago
  81. 97fe925 perf tools: Add PERF-FEATURES to the .gitignore file by Ingo Molnar · 9 years ago
  82. 9a75606 perf record: Document --group option by Namhyung Kim · 9 years ago
  83. 08b23f4 perf record: Get rid of -l option from Documentation by Namhyung Kim · 9 years ago
  84. b11db65 perf tools: Fix build error on ARCH=i386/x86_64/sparc64 by Namhyung Kim · 9 years ago
  85. 4aa5f4f perf tools: Fix FORK after COMM when synthesizing records for pre-existing threads by Arnaldo Carvalho de Melo · 9 years ago
  86. 3b4331d perf stat: Report unsupported events properly by Suzuki K. Poulose · 9 years ago
  87. c65568c perf tools: Compare JOBS to 0 after grep by David Ahern · 9 years ago
  88. ecefde6 perf tools: Only include tsc file for x86 by David Ahern · 9 years ago
  89. 33be4ef Merge 'tip/perf/urgent' into perf/core to pick fixes by Arnaldo Carvalho de Melo · 9 years ago
  90. 021f5f1 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  91. 788b94b 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
  92. fefd2d9 perf report: Fix branch stack mode cannot be set by He Kuang · 9 years ago
  93. 0497d0a perf buildid-cache: Show usage with incorrect params by Masami Hiramatsu · 9 years ago
  94. cc169c7 perf buildid-cache: Use pr_debug instead of verbose && pr_info by Masami Hiramatsu · 9 years ago
  95. 8d8c8e4 perf buildid-cache: Add --purge FILE to remove all caches of FILE by Masami Hiramatsu · 9 years ago
  96. 7335399 perf tools: Fix the bash completion problem of 'perf --*' by Yunlong Song · 9 years ago
  97. 5ef803e perf list: Extend raw-dump to certain kind of events by Yunlong Song · 9 years ago
  98. 705750f perf list: Clean up the printing functions of hardware/software events by Yunlong Song · 9 years ago
  99. 3ef1e65 perf tools: Remove the '--(null)' long_name for --list-opts by Yunlong Song · 9 years ago
  100. ed45752 perf list: Avoid confusion of perf output and the next command prompt by Yunlong Song · 9 years ago