1. 7cecb7f perf hists: Move sort__has_comm into struct perf_hpp_list by Jiri Olsa · 8 years ago
  2. fa82911 perf hists: Move sort__has_thread into struct perf_hpp_list by Jiri Olsa · 8 years ago
  3. 35a634f perf hists: Move sort__has_socket into struct perf_hpp_list by Jiri Olsa · 8 years ago
  4. 69849fc perf hists: Move sort__has_dso into struct perf_hpp_list by Jiri Olsa · 8 years ago
  5. 2e0453a perf hists: Move sort__has_sym into struct perf_hpp_list by Jiri Olsa · 8 years ago
  6. de7e6a7 perf hists: Move sort__has_parent into struct perf_hpp_list by Jiri Olsa · 8 years ago
  7. 5222503 perf hists: Move sort__need_collapse into struct perf_hpp_list by Jiri Olsa · 8 years ago
  8. f58c253 perf tools: Add template for generating rbtree resort class by Arnaldo Carvalho de Melo · 8 years ago
  9. d2c1103 perf machine: Introduce number of threads member by Arnaldo Carvalho de Melo · 8 years ago
  10. 3dcc443 perf tools: Introduce trigger class by Wang Nan · 8 years ago
  11. 909b036 perf probe: Use strbuf for making strings by Masami Hiramatsu · 8 years ago
  12. 81d64f4 perf evsel: Remove two extraneous ending newlines in open_strerror() by Arnaldo Carvalho de Melo · 8 years ago
  13. de46d52 perf evsel: Handle ENOMEM for perf_event_max_stack + PERF_SAMPLE_CALLCHAIN by Arnaldo Carvalho de Melo · 8 years ago
  14. 4cb9344 perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack by Arnaldo Carvalho de Melo · 8 years ago
  15. c61fb95 perf probe: Fix module probe issue if no dwarf support by Ravi Bangoria · 8 years ago
  16. 63a2961 perf probe: Fix offline module name missmatch issue by Ravi Bangoria · 8 years ago
  17. 2f3027a perf thread: Introduce method to set comm from /proc/pid/self by Arnaldo Carvalho de Melo · 8 years ago
  18. 2a12ec1 perf probe: Set default kprobe group name if it is not given by Masami Hiramatsu · 8 years ago
  19. 6ed0720 perf probe: Let probe_file__add_event return 0 if succeeded by Masami Hiramatsu · 8 years ago
  20. e1ce726 perf tools: Add lsdir() helper to read a directory by Masami Hiramatsu · 8 years ago
  21. 062d6c2 perf probe: Close target file on error path by Masami Hiramatsu · 8 years ago
  22. b04b702 perf evlist: Enforce ring buffer reading by Wang Nan · 8 years ago
  23. 09623d7 perf hists: Clear dummy entry accumulated period by Kan Liang · 8 years ago
  24. c066489 perf intel-pt: Fix off-by-one comparison on maximum code by Colin Ian King · 8 years ago
  25. 3b556bc perf tools: Remove duplicate const qualifier by Eric Engestrom · 8 years ago
  26. a213b92 perf evlist: Decode perf_event_attr->branch_sample_type by Arnaldo Carvalho de Melo · 8 years ago
  27. 70a2cba perf buildid: Fix off-by-one in write_buildid() by Andrey Ryabinin · 8 years ago
  28. 67d6129 Merge tag 'perf-core-for-mingo-20160419' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Ingo Molnar · 8 years ago
  29. 65cbbd0 Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 8 years ago
  30. e02092b perf symbols: Allow loading kallsyms without considering kcore files by Arnaldo Carvalho de Melo · 8 years ago
  31. 2cc4666 perf build: Remove x86 references from arch-neutral Build by Arnaldo Carvalho de Melo · 8 years ago
  32. f56ebf2 perf jit: memset() variable 'st' using the correct size by Colin Ian King · 8 years ago
  33. a19cad6 Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  34. 30234f0 perf callchain: Set callchain_param.enabled when parsing --call-graph by Arnaldo Carvalho de Melo · 8 years ago
  35. acf2abb perf evsel: Add missign class prefix to has_branch_stack method by Arnaldo Carvalho de Melo · 8 years ago
  36. 1342e0b7 perf intel-pt: Fix segfault tracing transactions by Adrian Hunter · 8 years ago
  37. f5e7150 perf evlist: Expose perf_event_mlock_kb_in_pages() helper by Arnaldo Carvalho de Melo · 8 years ago
  38. 0883e82 perf record: Export record_opts based callchain parsing helper by Arnaldo Carvalho de Melo · 8 years ago
  39. 25da4fa perf evsel: Move fprintf methods to separate source file by Arnaldo Carvalho de Melo · 8 years ago
  40. d327e60 perf tools: Remove addr_location argument to sample__fprintf_callchain by Arnaldo Carvalho de Melo · 8 years ago
  41. 6f73673 perf evsel: Require that callchains be resolved before calling fprintf_{sym,callchain} by Arnaldo Carvalho de Melo · 8 years ago
  42. bfbba18 perf symbols: Move fprintf routines to separate object file by Arnaldo Carvalho de Melo · 8 years ago
  43. de446b4 perf evsel: Remove symbol_conf usage by Arnaldo Carvalho de Melo · 8 years ago
  44. 91d7b2d perf callchain: Start moving away from global per thread cursors by Arnaldo Carvalho de Melo · 8 years ago
  45. 20105ca perf config: Introduce perf_config_set class by Taeung Song · 8 years ago
  46. 040f991 perf data: Add perf_data_file__switch() helper by Wang Nan · 8 years ago
  47. b26dc73 perf session: Make ordered_events reusable by Wang Nan · 8 years ago
  48. 4532f64 perf ordered_events: Introduce reinit() by Wang Nan · 8 years ago
  49. e20ab86 perf evsel: Move some methods from session.[ch] to evsel.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  50. 097be0f perf thread_map: Make new_by_tid_str constructor public by Jiri Olsa · 8 years ago
  51. e632aa6 perf cpu_map: Add has() method by Jiri Olsa · 8 years ago
  52. 3407df8 perf thread_map: Add has() method by Jiri Olsa · 8 years ago
  53. bed9441 Merge tag 'perf-core-for-mingo-20160411' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  54. aeaae7d Merge tag 'perf-core-for-mingo-20160408' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  55. 889fac6 Merge tag 'v4.6-rc3' into perf/core, to refresh the tree by Ingo Molnar · 8 years ago
  56. fd4be13 perf evsel: Allow unresolved symbol names to be printed as addresses by Arnaldo Carvalho de Melo · 8 years ago
  57. 01e0d50 perf evsel: Rename config_callgraph() to config_callchain() and make it public by Arnaldo Carvalho de Melo · 8 years ago
  58. 22c8a37 perf evlist: Add (reset,set)_sample_bit methods by Arnaldo Carvalho de Melo · 8 years ago
  59. e68ae9c perf evsel: Do not use globals in config() by Arnaldo Carvalho de Melo · 8 years ago
  60. ea45396 perf evsel: Introduce fprintf_callchain() method out of fprintf_sym() by Arnaldo Carvalho de Melo · 8 years ago
  61. ff0c107 perf evsel: Rename print_ip() to fprintf_sym() by Arnaldo Carvalho de Melo · 8 years ago
  62. db3617f perf evsel: Allow passing a left alignment when printing a symbol by Arnaldo Carvalho de Melo · 8 years ago
  63. 6186de9 perf evsel: Allow specifying a file to output in perf_evsel__print_ip by Milian Wolff · 8 years ago
  64. 72c0809 perf bpf: Automatically create bpf-output event __bpf_stdout__ by Wang Nan · 8 years ago
  65. d788857 perf bpf: Clone bpf stdout events in multiple bpf scripts by Wang Nan · 8 years ago
  66. bfc279f perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  67. 7093b4c perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  68. 3354cf7 perf thread_map: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  69. 99e87f7 perf symbols: Adjust symbol for shared objects by Wang Nan · 8 years ago
  70. a58f703 perf symbols: Record text offset in dso to calculate objdump address by Wang Nan · 8 years ago
  71. 1b700c9 perf tools: Build syscall table .c header from kernel's syscall_64.tbl by Arnaldo Carvalho de Melo · 8 years ago
  72. 5af56fa perf tools: Allow generating per-arch syscall table arrays by Arnaldo Carvalho de Melo · 8 years ago
  73. fd0db10 perf trace: Move syscall table id <-> name routines to separate class by Arnaldo Carvalho de Melo · 8 years ago
  74. e583d70 perf tools: Add dedicated unwind addr_space member into thread struct by Jiri Olsa · 8 years ago
  75. 7d6a7e7 perf tools: Introduce trim function by Jiri Olsa · 8 years ago
  76. 76e2052 perf script perl: Do error checking on new backtrace routine by Arnaldo Carvalho de Melo · 8 years ago
  77. bd0419e perf probe: Check if dwarf_getlocations() is available by Arnaldo Carvalho de Melo · 8 years ago
  78. d8e2865 perf config: Fix build with older toolchain. by Vinson Lee · 8 years ago
  79. 4c3b73c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  80. d37ba88 perf bpf: Add sample types for 'bpf-output' event by Wang Nan · 8 years ago
  81. ac0e2cd perf tools: Fix PMU term format max value calculation by Kan Liang · 8 years ago
  82. 2a28e23 perf jit: Add support for using TSC as a timestamp by Adrian Hunter · 8 years ago
  83. 46bc29b perf tools: Add time conversion event by Adrian Hunter · 8 years ago
  84. 643cb15 Merge tag 'perf-core-for-mingo-20160330' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  85. 9f56c09 perf jit: genelf makes assumptions about endian by Anton Blanchard · 8 years ago
  86. d1706b3 perf tools: Add support for skipping itrace instructions by Andi Kleen · 8 years ago
  87. f7380c1 perf script perl: Perl scripts now get a backtrace, like the python ones by Dima Kogan · 8 years ago
  88. 37194f4 perf config: Rename 'v' to 'home' in set_buildid_dir() by Taeung Song · 8 years ago
  89. 9cb5987 perf config: Rework buildid_dir_command_config to perf_buildid_config by Taeung Song · 8 years ago
  90. 592dac6 perf tools: Make hists__collapse_insert_entry static by Jiri Olsa · 8 years ago
  91. 3ea223a perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples by Arnaldo Carvalho de Melo · 8 years ago
  92. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. 7626714 perf llvm: Use strerror_r instead of the thread unsafe strerror one by Arnaldo Carvalho de Melo · 8 years ago
  94. 7847826 perf llvm: Use realpath to canonicalize paths by Arnaldo Carvalho de Melo · 8 years ago
  95. 0741208 perf tools: Unexport some methods unused outside strbuf.c by Arnaldo Carvalho de Melo · 8 years ago
  96. 88fd633 perf probe: No need to use formatting strbuf method by Arnaldo Carvalho de Melo · 8 years ago
  97. cf47a8a perf tools: Remove unused perf_pathdup, xstrdup functions by Arnaldo Carvalho de Melo · 8 years ago
  98. 531d241 perf tools: Do not include stringify.h from the kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  99. 3938bad perf tools: Remove needless 'extern' from function prototypes by Arnaldo Carvalho de Melo · 8 years ago
  100. e476343 perf tools: Simplify die() mechanism by Arnaldo Carvalho de Melo · 8 years ago