1. a1d668c perf tools: Check existence of _get_comp_words_by_ref when bash completing by Namhyung Kim · 12 years ago
  2. 002439e perf inject: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  3. 61eaa3b perf record: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  4. 94d668d perf evlist: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  5. be77284 perf top: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  6. 11c4e4a perf probe: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  7. 6ee4149 perf buildid-list: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  8. 472cc83 perf buildid-cache: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  9. 73bdc71 perf timechart: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  10. c75d98a perf lock: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  11. 0433ffb perf kmem: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  12. 2bae1d1 perf help: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  13. 69b6470 perf script: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  14. b070a54 perf stat: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  15. 73ee3b2 perf sched: Look up thread using tid instead of pid by Arnaldo Carvalho de Melo · 12 years ago
  16. 5ded57a perf inject: Remove static variables by Arnaldo Carvalho de Melo · 12 years ago
  17. 5852a44 perf inject: Remove unused 'input_name' static var by Arnaldo Carvalho de Melo · 12 years ago
  18. ba3d7de perf trace: Use evsel->handler.func by Arnaldo Carvalho de Melo · 12 years ago
  19. d6e6683 perf tools: Convert to HAVE_STRLCPY by Namhyung Kim · 12 years ago
  20. f9f526e perf tools: Convert to GTK2_SUPPORT by Namhyung Kim · 12 years ago
  21. 1254b51 perf tools: Convert to NEWT_SUPPORT by Namhyung Kim · 12 years ago
  22. f315e16 perf tools: Convert to LIBAUDIT_SUPPORT by Namhyung Kim · 12 years ago
  23. 95485b1 perf tools: Convert to LIBUNWIND_SUPPORT by Namhyung Kim · 12 years ago
  24. 29a0fc9 perf tools: Convert to LIBELF_SUPPORT by Namhyung Kim · 12 years ago
  25. e489833 perf tools: Remove unused PYRF_OBJS variable on Makefile by Namhyung Kim · 12 years ago
  26. fee9e37 perf tools: Move libdw availability check before arch Makefile by Namhyung Kim · 12 years ago
  27. aec1930 perf trace: Add aliases for some syscalls by Arnaldo Carvalho de Melo · 12 years ago
  28. bb2d17a perf probe: Print an enum type variable in "enum variable-name" format when showing accessible variables by Hyeoncheol Lee · 12 years ago
  29. 4d29089 perf tools: Check libaudit availability for perf-trace builtin by Namhyung Kim · 12 years ago
  30. 9ec6097 perf hists: Add missing period_* fields when collapsing a hist entry by Namhyung Kim · 12 years ago
  31. 514f1c6 perf trace: New tool by Arnaldo Carvalho de Melo · 12 years ago
  32. 201b733 perf evsel: Export the event_format constructor by Arnaldo Carvalho de Melo · 12 years ago
  33. 5d2074e perf evsel: Introduce rawptr() method by Arnaldo Carvalho de Melo · 12 years ago
  34. 82fe1c2 perf tools: Use perf_evsel__newtp in the event parser by Arnaldo Carvalho de Melo · 12 years ago
  35. e48ffe2 perf evsel: The tracepoint constructor should store sys:name by Arnaldo Carvalho de Melo · 12 years ago
  36. 745cefc perf evlist: Introduce set_filter() method by Arnaldo Carvalho de Melo · 12 years ago
  37. 1491a63 perf evlist: Renane set_filters method to apply_filters by Arnaldo Carvalho de Melo · 12 years ago
  38. eb2f270 perf test: Add test to check we correctly parse and match syscall open parms by Arnaldo Carvalho de Melo · 12 years ago
  39. e6b6f67 perf evsel: Handle endianity in intval method by Arnaldo Carvalho de Melo · 12 years ago
  40. 0807d2d perf evsel: Know if byte swap is needed by Arnaldo Carvalho de Melo · 12 years ago
  41. a14bb7a perf tools: Allow handling a NULL cpu_map as meaning "all cpus" by Arnaldo Carvalho de Melo · 12 years ago
  42. 0b80f8b3 perf evsel: Improve tracepoint constructor setup by Arnaldo Carvalho de Melo · 12 years ago
  43. f1b2256 tools lib traceevent: Fix error path on pevent_parse_event by Namhyung Kim · 12 years ago
  44. af9da88 perf test: Fix build failure by Namhyung Kim · 12 years ago
  45. b1ac754 tools lib traceevent: Handle alloc_arg failure by Namhyung Kim · 12 years ago
  46. 6a6cd11 perf test: Add test for the sched tracepoint format fields by Arnaldo Carvalho de Melo · 12 years ago
  47. efd2b92 perf evsel: Provide a new constructor for tracepoints by Arnaldo Carvalho de Melo · 12 years ago
  48. 2b29175 tools lib traceevent: Carve out events format parsing routine by Arnaldo Carvalho de Melo · 12 years ago
  49. a6d2a61 tools lib traceevent: Remove some die() calls by Arnaldo Carvalho de Melo · 12 years ago
  50. b851192 tools lib traceevent: Fix afterlife gotos by Arnaldo Carvalho de Melo · 12 years ago
  51. 87162d8 tools lib traceevent: Use calloc were applicable by Arnaldo Carvalho de Melo · 12 years ago
  52. 0dbca1e tools lib traceevent: Use asprintf were applicable by Arnaldo Carvalho de Melo · 12 years ago
  53. 3ce711a perf tools: bfd.h/libbfd detection fails with recent binutils by Markus Trippelsdorf · 12 years ago
  54. 70d9304 tools lib traceevent: Free field if an error occurs on process_flags/symbols by Namhyung Kim · 12 years ago
  55. f8c49d2 tools lib traceevent: Free field if an error occurs on process_fields by Namhyung Kim · 12 years ago
  56. 41e51a2 tools lib traceevent: Make sure that arg->op.right is set properly by Namhyung Kim · 12 years ago
  57. 1bce6e0 tools lib traceevent: Fix error path on process_array() by Namhyung Kim · 12 years ago
  58. bcbd004 perf tools: remove sscanf extension %as by Irina Tirdea · 12 years ago
  59. 37e9d75 perf header: Remove perf_header__read_feature by Namhyung Kim · 12 years ago
  60. 2f9e97a perf kvm: Use perf_session_env for reading cpuid by Namhyung Kim · 12 years ago
  61. 3d7eb86 perf header: Remove unused @feat arg from ->process callback by Namhyung Kim · 12 years ago
  62. 7e94cfc perf header: Use pre-processed session env when printing by Namhyung Kim · 12 years ago
  63. a1ae565 perf header: Add ->process callbacks to most of features by Namhyung Kim · 12 years ago
  64. e93699b perf header: Add struct perf_session_env by Namhyung Kim · 12 years ago
  65. e0dcd6f perf timechart: Use zalloc and fix a couple leaks by Arnaldo Carvalho de Melo · 12 years ago
  66. 746f16e perf lock: Use perf_evsel__intval and perf_session__set_tracepoints_handlers by Arnaldo Carvalho de Melo · 12 years ago
  67. 0f7d2f1 perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlers by Arnaldo Carvalho de Melo · 12 years ago
  68. 14907e7 perf kvm: Use perf_evsel__intval by Arnaldo Carvalho de Melo · 12 years ago
  69. bcf6edc perf kvm: Events analysis tool by Xiao Guangrong · 12 years ago
  70. e6048fb perf tools: Fix parallel build by Eric Sandeen · 12 years ago
  71. 1863fbb perf record: Print event causing perf_event_open() to fail by Stephane Eranian · 12 years ago
  72. 8f28f19 perf tools: Fix a compiling error in util/map.c by Feng Tang · 12 years ago
  73. b1ab1bd perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machine by Feng Tang · 12 years ago
  74. 7ae92e7 perf stat: Check PMU cpumask file by Yan, Zheng · 12 years ago
  75. 60e5c70 perf report: Add missing perf_hpp__init for pipe-mode by Namhyung Kim · 12 years ago
  76. e5f3705 perf scripts: Export a find_scripts() function by Feng Tang · 12 years ago
  77. 59cbea2 perf scripts: Add event_analyzing_sample-record/report by Feng Tang · 12 years ago
  78. 36385be perf scripts: Add --symbols option to handle specific symbols by Feng Tang · 12 years ago
  79. 1500b93 perf symbols: Filter samples with unresolved symbol when "--symbols" option is used by Feng Tang · 12 years ago
  80. 87ff50a perf archive: Make 'f' the last parameter for tar by Irina Tirdea · 12 years ago
  81. 73eb422 perf archive: Remove -f from the rm command by Irina Tirdea · 12 years ago
  82. 0007ece perf stat: Move stats related code to util/stat.c by Xiao Guangrong · 12 years ago
  83. 034a926 perf report: Enable integrated annotation only if possible by Namhyung Kim · 12 years ago
  84. 1af55640 perf tools: Add sort__has_sym by Namhyung Kim · 12 years ago
  85. 67d2591 perf hists browser: Fix first column printing by Namhyung Kim · 12 years ago
  86. 721b311 perf hists browser: Fix output for 100.00% by Namhyung Kim · 12 years ago
  87. c055875 tools lib traceevent: Define _GNU_SOURCE in Makefile by Arnaldo Carvalho de Melo · 12 years ago
  88. 60b7d14 perf sched: Fixup for the die() removal by Namhyung Kim · 12 years ago
  89. bb77ac3 perf test: Fixup for the die() removal by Namhyung Kim · 12 years ago
  90. 7b0295b perf probe: Add union member access support by Hyeoncheol Lee · 12 years ago
  91. 9ec3f4e perf sched: Don't read all tracepoint variables in advance by Arnaldo Carvalho de Melo · 12 years ago
  92. 2b7fcbc perf sched: Use perf_evsel__{int,str}val by Arnaldo Carvalho de Melo · 12 years ago
  93. 5555ded perf evsel: Introduce perf_evsel__{str,int}val methods by Arnaldo Carvalho de Melo · 12 years ago
  94. 0e9b07e perf sched: Use perf_tool as ancestor by Arnaldo Carvalho de Melo · 12 years ago
  95. 4218e67 perf sched: Remove unused thread parameter by Arnaldo Carvalho de Melo · 12 years ago
  96. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  97. 7dbf4dc perf tools: Back [vdso] DSO with real data by Jiri Olsa · 12 years ago
  98. 1c4be9f perf symbols: Make dsos__find function globally available by Jiri Olsa · 12 years ago
  99. b232e07 perf tools: Add memdup function by Jiri Olsa · 12 years ago
  100. bdde371 perf tools: Do backtrace post unwind only if we regs and stack were captured by Jiri Olsa · 12 years ago