1. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  2. fa713a4e perf ordered_events: Untangle from perf_session by Arnaldo Carvalho de Melo · 10 years ago
  3. ae536ac perf sched: No need to keep the session around by Arnaldo Carvalho de Melo · 10 years ago
  4. f3b623b perf tools: Reference count struct thread by Arnaldo Carvalho de Melo · 10 years ago
  5. 543d976 perf tools: Initialize cpu set in pthread_attr_setaffinity_np feature test by Adrian Hunter · 10 years ago
  6. 0104fe6 perf probe: Remove bias offset to find probe point by address by Masami Hiramatsu · 10 years ago
  7. 79702f6 perf probe: Warn if given uprobe event accesses memory on older kernel by Masami Hiramatsu · 10 years ago
  8. de5349f perf tools: Improve 'libbabel' feature check failure message by Ingo Molnar · 10 years ago
  9. b49f1a4 perf tools: Improve feature test debuggability by Ingo Molnar · 10 years ago
  10. 0189d7c perf tools: Improve libbfd detection message by Ingo Molnar · 10 years ago
  11. a954e68 perf tools: Improve libperl detection message by Ingo Molnar · 10 years ago
  12. 6c5aa23 perf tools: Improve Python feature detection messages by Ingo Molnar · 10 years ago
  13. a6a76ba perf tools: Remove annoying extra message from the features build by Ingo Molnar · 10 years ago
  14. 97fe925 perf tools: Add PERF-FEATURES to the .gitignore file by Ingo Molnar · 10 years ago
  15. 9a75606 perf record: Document --group option by Namhyung Kim · 10 years ago
  16. 08b23f4 perf record: Get rid of -l option from Documentation by Namhyung Kim · 10 years ago
  17. b11db65 perf tools: Fix build error on ARCH=i386/x86_64/sparc64 by Namhyung Kim · 10 years ago
  18. 4aa5f4f perf tools: Fix FORK after COMM when synthesizing records for pre-existing threads by Arnaldo Carvalho de Melo · 10 years ago
  19. 3b4331d perf stat: Report unsupported events properly by Suzuki K. Poulose · 10 years ago
  20. c65568c perf tools: Compare JOBS to 0 after grep by David Ahern · 10 years ago
  21. ecefde6 perf tools: Only include tsc file for x86 by David Ahern · 10 years ago
  22. 33be4ef Merge 'tip/perf/urgent' into perf/core to pick fixes by Arnaldo Carvalho de Melo · 10 years ago
  23. fefd2d9 perf report: Fix branch stack mode cannot be set by He Kuang · 10 years ago
  24. 0497d0a perf buildid-cache: Show usage with incorrect params by Masami Hiramatsu · 10 years ago
  25. cc169c7 perf buildid-cache: Use pr_debug instead of verbose && pr_info by Masami Hiramatsu · 10 years ago
  26. 8d8c8e4 perf buildid-cache: Add --purge FILE to remove all caches of FILE by Masami Hiramatsu · 10 years ago
  27. 7335399 perf tools: Fix the bash completion problem of 'perf --*' by Yunlong Song · 10 years ago
  28. 5ef803e perf list: Extend raw-dump to certain kind of events by Yunlong Song · 10 years ago
  29. 705750f perf list: Clean up the printing functions of hardware/software events by Yunlong Song · 10 years ago
  30. 3ef1e65 perf tools: Remove the '--(null)' long_name for --list-opts by Yunlong Song · 10 years ago
  31. ed45752 perf list: Avoid confusion of perf output and the next command prompt by Yunlong Song · 10 years ago
  32. 1611495 perf list: Allow listing events with 'tracepoint' prefix by Yunlong Song · 10 years ago
  33. ab0e480 perf list: Sort the output of 'perf list' to view more clearly by Yunlong Song · 10 years ago
  34. 1f924c2 perf data: Fix sentinel setting for data_cmds array by Yunlong Song · 10 years ago
  35. f56847c perf probe: Fix a precedence bug by He Kuang · 10 years ago
  36. 94ba462 perf diff: Support for different binaries by Kan Liang · 10 years ago
  37. a50d11a perf buildid-cache: Add new buildid cache if update target is not cached by Masami Hiramatsu · 10 years ago
  38. 38ae502 perf probe: Handle strdup() failure by Arnaldo Carvalho de Melo · 10 years ago
  39. eb47cb2 perf probe: Fix get_real_path to free allocated memory in error path by Masami Hiramatsu · 10 years ago
  40. 9aaf5a5 perf probe: Check kprobes blacklist when adding new events by Masami Hiramatsu · 10 years ago
  41. 55d43bc perf trace: Fix SIGBUS failures due to misaligned accesses by David Ahern · 10 years ago
  42. 4861f87 perf tools: Make sparc64 arch point to sparc by David Ahern · 10 years ago
  43. e370a3d perf symbols: Define EM_AARCH64 for older OSes by David Ahern · 10 years ago
  44. a73b6c1 perf top: Fix SIGBUS on sparc64 by David Ahern · 10 years ago
  45. 48536c9 perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flag by Adrian Hunter · 10 years ago
  46. 54cf776 perf data: Add a 'perf' prefix to the generic fields by Sebastian Andrzej Siewior · 10 years ago
  47. edbe981 perf data: Add perf data to CTF conversion support by Jiri Olsa · 10 years ago
  48. 2245bf1 perf tools: Add new 'perf data' command by Jiri Olsa · 10 years ago
  49. 53d0a57 perf tools: Add feature check for libbabeltrace by Jiri Olsa · 10 years ago
  50. 85c273d perf record: Support recording running/enabled time by Andi Kleen · 10 years ago
  51. 95a09cf perf tools: Fix pthread_attr_setaffinity_np build error by Adrian Hunter · 10 years ago
  52. 8eb7338 perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature check by Josh Boyer · 10 years ago
  53. 5067406 perf tools: Print the thread's tid on PERF_RECORD_COMM events when -D is asked by Arnaldo Carvalho de Melo · 10 years ago
  54. 4d08cb8 perf trace: Dump stack on segfaults by Arnaldo Carvalho de Melo · 10 years ago
  55. 07c1a0d perf tools: Introduce dump_stack signal helper by Arnaldo Carvalho de Melo · 10 years ago
  56. 2808368 perf ordered_events: Stop using tool->ordered_events by Arnaldo Carvalho de Melo · 10 years ago
  57. e17fdae perf bench: Fix order of arguments to memcpy_alloc_mem by Bruce Merry · 10 years ago
  58. 9fa8727 perf session: Remove perf_session from dump_event by Arnaldo Carvalho de Melo · 10 years ago
  59. 313e53b perf session: Remove perf_session from some deliver event routines by Arnaldo Carvalho de Melo · 10 years ago
  60. ccda068 perf session: Remove perf_session from warn_errors signature by Arnaldo Carvalho de Melo · 10 years ago
  61. 75be989 perf evlist: Adopt events_stats from perf_session by Arnaldo Carvalho de Melo · 10 years ago
  62. 54245fd perf session: Remove wrappers to machines__find by Arnaldo Carvalho de Melo · 10 years ago
  63. ddbb1b1 perf trace: Separate routine that handles an event from the one that reads it by Arnaldo Carvalho de Melo · 10 years ago
  64. 77c9258 perf trace: Add man page entry for --event by Arnaldo Carvalho de Melo · 10 years ago
  65. f078c38 perf trace: Introduce --filter-pids by Arnaldo Carvalho de Melo · 10 years ago
  66. be199ad perf evlist: Introduce set_filter_pids method by Arnaldo Carvalho de Melo · 10 years ago
  67. 241b057 perf trace: Filter out the trace pid when no threads are specified by Arnaldo Carvalho de Melo · 10 years ago
  68. cfd70a2 perf evlist: Introduce set_filter_pid method by Arnaldo Carvalho de Melo · 10 years ago
  69. 0808921 perf trace: Only insert blank duration bracket when tracing syscalls by Arnaldo Carvalho de Melo · 10 years ago
  70. 8a26ce4 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
  71. 384b605 perf tools: Construct LBR call chain by Kan Liang · 10 years ago
  72. aad2b21 perf tools: Enable LBR call stack support by Kan Liang · 10 years ago
  73. 726f323 perf trace: Support --events foo:bar --no-syscalls by Arnaldo Carvalho de Melo · 10 years ago
  74. 14a052d perf trace: Allow mixing with other events by Arnaldo Carvalho de Melo · 10 years ago
  75. e596663 perf trace: Handle multiple threads better wrt syscalls being intermixed by Arnaldo Carvalho de Melo · 10 years ago
  76. 42052be perf trace: Print thread info when following children by Arnaldo Carvalho de Melo · 10 years ago
  77. 619a303 perf list: Place the header text in its right position by Yunlong Song · 10 years ago
  78. 3a03005 perf tools: Fix a bug of segmentation fault by Yunlong Song · 10 years ago
  79. ceed252 perf build: Display make commands on V=1 by Jiri Olsa · 10 years ago
  80. 2d58ab9 tools lib traceevent: Use tools build framework by Jiri Olsa · 10 years ago
  81. 285a8f2 tools lib api: Rename libapikfs.a to libapi.a by Jiri Olsa · 10 years ago
  82. b4f91668 tools lib api: Use tools build framework by Jiri Olsa · 10 years ago
  83. f819f70 perf build: Add build documentation by Jiri Olsa · 10 years ago
  84. db84866 perf build: Remove PERF-CFLAGS file by Jiri Olsa · 10 years ago
  85. 8e499ac perf build: Remove uneeded variables by Jiri Olsa · 10 years ago
  86. 64f72f3 perf build: Remove directory dependency rules by Jiri Olsa · 10 years ago
  87. 1999307 perf build: Add single target build framework support by Jiri Olsa · 10 years ago
  88. 6d8e62c perf build: Add arch sparc objects building by Jiri Olsa · 10 years ago
  89. 61b0212 perf build: Add arch sh objects building by Jiri Olsa · 10 years ago
  90. 953bce8 perf build: Add arch s390 objects building by Jiri Olsa · 10 years ago
  91. 07a39e1 perf build: Add arch powerpc objects building by Jiri Olsa · 10 years ago
  92. 7db2161 perf build: Add arch arm64 objects building by Jiri Olsa · 10 years ago
  93. f6ff0e6 perf build: Add arch arm objects building by Jiri Olsa · 10 years ago
  94. 5e8c0fb perf build: Add arch x86 objects building by Jiri Olsa · 10 years ago
  95. cb4e67f perf build: Add perf.o object building by Jiri Olsa · 10 years ago
  96. 1571b69 perf build: Add zlib objects building by Jiri Olsa · 10 years ago
  97. 3bc3374 perf build: Add perf regs objects building by Jiri Olsa · 10 years ago
  98. c7355f8 perf build: Add scripts objects building by Jiri Olsa · 10 years ago
  99. 88aeea0 perf build: Add gtk objects building by Jiri Olsa · 10 years ago
  100. cf15c74 perf build: Add slang objects building by Jiri Olsa · 10 years ago