1. 111442c perf top: Fix potential NULL pointer dereference detected by the smatch tool by Leo Yan · 6 years ago
  2. 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
  3. 6a9fa4e perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h by Arnaldo Carvalho de Melo · 6 years ago
  4. bddb363 Merge branch 'x86/cpu' into perf/core, to pick up dependent changes by Ingo Molnar · 6 years ago
  5. 9100704 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251 by Thomas Gleixner · 6 years ago
  6. 2d45ef7 perf top: Lower message level for failure on synthesizing events for pre-existing BPF programs by Arnaldo Carvalho de Melo · 6 years ago
  7. a0c0a4a perf top: Add --namespaces option by Namhyung Kim · 6 years ago
  8. 1e6db2e perf top: Always sample time to satisfy needs of use of ordered queuing by Jiri Olsa · 6 years ago
  9. d56354d perf tools: Save bpf_prog_info and BTF of new BPF programs by Song Liu · 6 years ago
  10. 657ee55 perf evlist: Introduce side band thread by Song Liu · 6 years ago
  11. ee7a112 perf top: Add option --no-bpf-event by Song Liu · 6 years ago
  12. e541695 perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_tool by Song Liu · 6 years ago
  13. 70c819e perf top: Fix error handling in cmd_top() by Changbin Du · 6 years ago
  14. 0dba9e4 perf top: Delete the evlist before perf_session, fixing heap-use-after-free issue by Changbin Du · 6 years ago
  15. 159b0da perf pmu: Remove set_drv_config API by Mathieu Poirier · 6 years ago
  16. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  17. 2eb3d68 perf hist: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  18. a40b95b perf top: Synthesize BPF events for pre-existing loaded BPF programs by Arnaldo Carvalho de Melo · 6 years ago
  19. f2e14cd perf top: Lift restriction on using callchains without "sym" in --sort by Arnaldo Carvalho de Melo · 6 years ago
  20. 8aa5c8e perf top: Move perf_top__reset_sample_counters() to after counts display by Jiri Olsa · 6 years ago
  21. d859043 perf top: Display slow reader warning when droping samples by Jiri Olsa · 6 years ago
  22. 97f7e0b perf top: Save and display the drop count stats by Jiri Olsa · 6 years ago
  23. d63b9f6 perf top: Drop samples which are behind the refresh rate by Jiri Olsa · 6 years ago
  24. c94cef4 perf top: Set the 'session_done' volatile variable when exiting by Jiri Olsa · 6 years ago
  25. 94ad6e7 perf top: Use cond variable instead of a lock by Jiri Olsa · 6 years ago
  26. 16c66bc perf top: Add processing thread by Jiri Olsa · 6 years ago
  27. 254de74 perf top: Move lost events warning to helpline by Jiri Olsa · 6 years ago
  28. d24e3c9 perf top: Save and display the lost count stats by Jiri Olsa · 6 years ago
  29. 3fcb10e perf tools: Allow specifying proc-map-timeout in config file by Mark Drayton · 6 years ago
  30. adba163 perf tools: Fix diverse comment typos by Ingo Molnar · 6 years ago
  31. 1b3aae9 perf top: Allow passing a kallsyms file by Arnaldo Carvalho de Melo · 6 years ago
  32. 590ac60 perf top: Display the LBR stats in callchain entry by Jin Yao · 6 years ago
  33. ff27a06 perf top: Start display thread earlier by David Miller · 6 years ago
  34. 218d611 perf top: Do not use overwrite mode by default by Arnaldo Carvalho de Melo · 6 years ago
  35. 4e303fb perf top: Allow disabling the overwrite mode by Arnaldo Carvalho de Melo · 6 years ago
  36. e9de7e2 perf hists: Clarify callchain disabling when available by Arnaldo Carvalho de Melo · 7 years ago
  37. f178fd2 perf annotate: Move objdump_path to struct annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  38. cd0cccb perf hists browser: Pass annotation_options from tool to browser by Arnaldo Carvalho de Melo · 7 years ago
  39. a47e843 perf annotate: Move disassembler_style global to annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  40. 1eddd9e perf annotate: Adopt anotation options from symbol_conf by Arnaldo Carvalho de Melo · 7 years ago
  41. 380195e perf annotate: Pass annotation_options to symbol__annotate() by Arnaldo Carvalho de Melo · 7 years ago
  42. 982d410 perf annotate stdio: Use annotation_options consistently by Arnaldo Carvalho de Melo · 7 years ago
  43. 9fd5578 perf tools: Ditch the symbol_conf.nr_events global by Arnaldo Carvalho de Melo · 7 years ago
  44. 14c8dde perf annotate: Replace symbol__alloc_hists() with symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
  45. e345f3b perf annotate: Pass perf_evsel instead of just evsel->idx by Arnaldo Carvalho de Melo · 7 years ago
  46. 029c75e perf tools: No need to unconditionally read the max_stack sysctls by Arnaldo Carvalho de Melo · 7 years ago
  47. e94b861 perf map: Introduce map__has_symbols() by Arnaldo Carvalho de Melo · 7 years ago
  48. d88205d perf dso: Add dso__has_symbols() method by Arnaldo Carvalho de Melo · 7 years ago
  49. 68766bf perf top: Use __map__is_kernel() by Arnaldo Carvalho de Melo · 7 years ago
  50. 7f0b6fd perf annotate: Move the default annotate options to the library by Arnaldo Carvalho de Melo · 7 years ago
  51. a3a4a3b perf top: Fix top.call-graph config option reading by Yisheng Xie · 7 years ago
  52. b9bae2c perf mmap: Simplify perf_mmap__read_init() by Kan Liang · 7 years ago
  53. 0019dc87 perf mmap: Simplify perf_mmap__read_event() by Kan Liang · 7 years ago
  54. d6ace3d perf mmap: Simplify perf_mmap__consume() by Kan Liang · 7 years ago
  55. 7831bf2 perf top: Allow asking for the maximum allowed sample rate by Arnaldo Carvalho de Melo · 7 years ago
  56. 853745f perf top: Fix annoying fallback message on older kernels by Kan Liang · 7 years ago
  57. 8cc42de perf top: Check the latency of perf_top__mmap_read() by Kan Liang · 7 years ago
  58. ebebbf0 perf top: Switch default mode to overwrite mode by Kan Liang · 7 years ago
  59. a1ff5b0 perf top: Remove lost events checking by Kan Liang · 7 years ago
  60. 06cc1a4 perf hists browser: Add parameter to disable lost event warning by Kan Liang · 7 years ago
  61. 204721d perf top: Add overwrite fall back by Kan Liang · 7 years ago
  62. 63878a5 perf top: Check per-event overwrite term by Kan Liang · 7 years ago
  63. 5449f13 perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate() by Arnaldo Carvalho de Melo · 7 years ago
  64. f74b9d3a perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap by Wang Nan · 7 years ago
  65. a7eec4c perf top: Fix crash when annotating symbol by Jiri Olsa · 7 years ago
  66. 244a108 perf top: Use signal interface for SIGWINCH handler by Jiri Olsa · 7 years ago
  67. b135e5e perf top: Fix window dimensions change handling by Jiri Olsa · 7 years ago
  68. b89a512 perf top: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 7 years ago
  69. 8fce374 perf top: Remove a duplicate word by Sihyeon Jang · 7 years ago
  70. f681d59 perf annotate: Remove disasm__calc_percent() from disasm_line__print() by Jiri Olsa · 7 years ago
  71. c34df25 perf annotate: Add symbol__annotate function by Jiri Olsa · 7 years ago
  72. 0c6b499 perf top: Add option to set the number of thread for event synthesize by Kan Liang · 7 years ago
  73. 340b47f perf top: Implement multithreading for perf_event__synthesize_threads by Kan Liang · 7 years ago
  74. 868a832 perf top: Support lookup of symbols in other mount namespaces. by Krister Johansen · 8 years ago
  75. bab89f6 perf hists: Pass perf_sample to __symbol__inc_addr_samples() by Taeung Song · 7 years ago
  76. 69fb09f perf annotate: Check for fused instructions by Jin Yao · 8 years ago
  77. 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 8 years ago
  78. dcaa394 perf annotate: Return arch from symbol__disassemble() and save it in browser by Jin Yao · 8 years ago
  79. 5ab8c68 perf tools: Move event prototypes from util.h to event.h by Arnaldo Carvalho de Melo · 8 years ago
  80. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  81. b0742e9 perf tools: Don't include terminal handling headers in util.h by Arnaldo Carvalho de Melo · 8 years ago
  82. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  83. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  84. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  85. d6195a6 perf evsel: Inform how to make a sysctl setting permanent by Arnaldo Carvalho de Melo · 8 years ago
  86. 7b0214b perf top: Use __fallthrough by Arnaldo Carvalho de Melo · 8 years ago
  87. ecc4c56 perf tools: Propagate perf_config() errors by Arnaldo Carvalho de Melo · 8 years ago
  88. 786c1b5 perf annotate: Start supporting cross arch annotation by Arnaldo Carvalho de Melo · 8 years ago
  89. 5d8bb1e perf tools: Add PMU configuration to tools by Mathieu Poirier · 8 years ago
  90. b622021 perf top: Remove old kernel-only symbol filter by Arnaldo Carvalho de Melo · 8 years ago
  91. 608c34d perf symbols: Mark if a symbol is idle in the library by Arnaldo Carvalho de Melo · 8 years ago
  92. b55cc4e perf symbols: Rename ->ignore to ->idle by Arnaldo Carvalho de Melo · 8 years ago
  93. b01141f perf annotate: Initialize the priv are in symbol__new() by Arnaldo Carvalho de Melo · 8 years ago
  94. b9c4b0f perf top: Use MSEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  95. ee51d85 perf annotate: Introduce strerror for handling symbol__disassemble() errors by Arnaldo Carvalho de Melo · 8 years ago
  96. 5cb725a perf annotate: Rename symbol__annotate() to symbol__disassemble() by Arnaldo Carvalho de Melo · 8 years ago
  97. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 9 years ago
  98. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  99. 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 9 years ago
  100. d05e3aa perf stdio: Add use_callchain parameter to hists__fprintf by Jiri Olsa · 9 years ago