1. b3f25b6 perf sched: Stop updating hists stats, not used by Arnaldo Carvalho de Melo · 10 years ago
  2. fb74fbd perf sched: Use strerror_r instead of strerror by Masami Hiramatsu · 10 years ago
  3. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  4. 0493410 perf sched: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
  5. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
  6. 57480d2 perf tools: Enable close-on-exec flag on perf file descriptor by Yann Droneaud · 10 years ago
  7. 1fcb876 perf machine: Fix the value used for unknown pids by Adrian Hunter · 10 years ago
  8. 1844dbc perf tools: Introduce hists__inc_nr_samples() by Namhyung Kim · 10 years ago
  9. 9d372ca perf sched: Cleanup, remove unused variables in map_switch_event() by Dongsheng Yang · 10 years ago
  10. 67d6259 perf sched: Remove nr_state_machine_bugs in perf latency by Dongsheng Yang · 10 years ago
  11. 0680ee7 perf tools: Remove usage of trace_sched_wakeup(.success) by Peter Zijlstra · 10 years ago
  12. 6bcab4e perf tools: Clarify the output of perf sched map. by Dongsheng · 10 years ago
  13. e936e8e perf tools: Adapt the TASK_STATE_TO_CHAR_STR to new value in kernel space. by Dongsheng · 10 years ago
  14. 7fff959 perf tools: Add missing event for perf sched record. by Dongsheng · 10 years ago
  15. a83edb2 perf sched: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 10 years ago
  16. 80790e0 perf sched: Fixup header alignment in 'latency' output by Ramkumar Ramachandra · 10 years ago
  17. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  18. 744a971 perf evsel: Ditch evsel->handler.data field by Arnaldo Carvalho de Melo · 11 years ago
  19. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  20. 156a2b0 perf sched: Optimize build time by Adrian Hunter · 11 years ago
  21. 8a39df8 perf sched: Make struct perf_sched sched a local variable by Adrian Hunter · 11 years ago
  22. f5fc141 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  23. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  24. cb62750 perf sched: Remove sched_process_fork tracepoint by David Ahern · 11 years ago
  25. 4a957e4 perf sched: Remove sched_process_exit tracepoint by David Ahern · 11 years ago
  26. ffb273d perf sched: Remove thread lookup in sample handler by David Ahern · 11 years ago
  27. ad9def7 perf sched: Simplify arguments to read_events by David Ahern · 11 years ago
  28. 3805123 perf tools: struct thread has a tid not a pid by Adrian Hunter · 11 years ago
  29. f36f83f perf sched: Move struct perf_sched definition out of cmd_sched() by Namhyung Kim · 11 years ago
  30. 4a4d371 perf record: Remove -f/--force option by Jiri Olsa · 11 years ago
  31. 1c6763c Revert "perf sched: Handle PERF_RECORD_EXIT events" by Arnaldo Carvalho de Melo · 11 years ago
  32. 28a6b6a perf session: There is no need for a per session hists instance by Arnaldo Carvalho de Melo · 12 years ago
  33. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  34. 0439539 perf sched: Handle PERF_RECORD_EXIT events by Arnaldo Carvalho de Melo · 12 years ago
  35. f62d3f0 perf event: No need to create a thread when handling PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 12 years ago
  36. 73ee3b2 perf sched: Look up thread using tid instead of pid by Arnaldo Carvalho de Melo · 12 years ago
  37. 60b7d14 perf sched: Fixup for the die() removal by Namhyung Kim · 12 years ago
  38. 9ec3f4e perf sched: Don't read all tracepoint variables in advance by Arnaldo Carvalho de Melo · 12 years ago
  39. 2b7fcbc perf sched: Use perf_evsel__{int,str}val by Arnaldo Carvalho de Melo · 12 years ago
  40. 0e9b07e perf sched: Use perf_tool as ancestor by Arnaldo Carvalho de Melo · 12 years ago
  41. 4218e67 perf sched: Remove unused thread parameter by Arnaldo Carvalho de Melo · 12 years ago
  42. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  43. a116e05 perf sched: Remove die() calls by Arnaldo Carvalho de Melo · 12 years ago
  44. 7f7f8d0 perf sched: Use perf_sample by Arnaldo Carvalho de Melo · 12 years ago
  45. fcf65bf perf evsel: Cache associated event_format by Arnaldo Carvalho de Melo · 12 years ago
  46. da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 12 years ago
  47. 22c8b84 perf tools: Don't access evsel->name directly by Arnaldo Carvalho de Melo · 12 years ago
  48. aaf045f perf: Have perf use the new libtraceevent.a library by Steven Rostedt · 12 years ago
  49. 7b78f13 perf tools: Fix getrusage() related build failure on glibc trunk by Markus Trippelsdorf · 12 years ago
  50. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  51. ee29be6 perf tools: Save some loops using perf_evlist__id2evsel by Arnaldo Carvalho de Melo · 13 years ago
  52. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  53. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  54. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  55. e3f4260 perf tools: Use evsel->attr.sample_type instead of session->sample_type by Arnaldo Carvalho de Melo · 13 years ago
  56. 580cabe perf sched: Usage leftover from trace -> script rename by Jiri Olsa · 13 years ago
  57. 4c09baf perf sched: Do not delete session object prematurely by Jiri Olsa · 13 years ago
  58. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  59. fb7d0b3 perf tool: Fix gcc 4.6.0 issues by Kyle McMartin · 14 years ago
  60. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 13 years ago
  61. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 13 years ago
  62. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  63. 9710118 perf sched: Fix list of events, dropping unsupported ':r' modifier by Stephane Eranian · 14 years ago
  64. 12f7e03 perf sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() fail by Jiri Pirko · 14 years ago
  65. e462dc5 perf sched: Fix allocation result check by Arnaldo Carvalho de Melo · 14 years ago
  66. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  67. ce47dc5 perf tools: Catch a few uncheck calloc/malloc's by Chris Samuel · 14 years ago
  68. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  69. 133dc4c perf: Rename 'perf trace' to 'perf script' by Ingo Molnar · 14 years ago
  70. af64865 perf: Use event__process_task from perf sched by Frederic Weisbecker · 14 years ago
  71. edb7c60 perf options: Type check all the remaining OPT_ variants by Arnaldo Carvalho de Melo · 14 years ago
  72. 1967936 perf options: Check v type in OPT_U?INTEGER by Arnaldo Carvalho de Melo · 14 years ago
  73. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 14 years ago
  74. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  75. a64eae7 perf: Use generic sample reordering in perf sched by Frederic Weisbecker · 14 years ago
  76. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 14 years ago
  77. eed05fe perf tools: Reorganize some structs to save space by Arnaldo Carvalho de Melo · 14 years ago
  78. 0d75503 perf tools: Don't cast RIP to pointers by Arnaldo Carvalho de Melo · 15 years ago
  79. 55aa640 perf session: Remove redundant prefix & suffix from perf_event_ops by Arnaldo Carvalho de Melo · 15 years ago
  80. d549c769 perf session: Remove sample_type_check from event_ops by Arnaldo Carvalho de Melo · 15 years ago
  81. 2729559 perf session: Share the common trace sample_check routine as perf_session__has_traces by Arnaldo Carvalho de Melo · 15 years ago
  82. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  83. c019879 perf session: Adopt the sample_type variable by Arnaldo Carvalho de Melo · 15 years ago
  84. 4e4f06e perf session: Move the hist_entries rb tree to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  85. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  86. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  87. ec91336 perf session: Reduce the number of parms to perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  88. 13df45c perf session: Register the idle thread in perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  89. 301a0b0 perf session: Ditch register_perf_file_handler by Arnaldo Carvalho de Melo · 15 years ago
  90. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  91. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago
  92. 3786310a perf sched: Add max delay time snapshot by Frederic Weisbecker · 15 years ago
  93. c0c9e72 perf sched: Fix for getting task's execution time by Xiao Guangrong · 15 years ago
  94. f48f669 perf_event: Eliminate raw->size by Xiao Guangrong · 15 years ago
  95. d8bd9e0 perf_event: Fix raw event processing by Xiao Guangrong · 15 years ago
  96. c0777c5 perf/sched: Fix 'perf sched trace' by Xiao Guangrong · 15 years ago
  97. 180f95e perf: Make common SAMPLE_EVENT parser by OGAWA Hirofumi · 15 years ago
  98. 62daacb perf tools: Reorganize event processing routines, lotsa dups killed by Arnaldo Carvalho de Melo · 15 years ago
  99. 3647948 perf tools: Introduce zalloc() for the common calloc(1, N) case by Arnaldo Carvalho de Melo · 15 years ago
  100. b32d133 perf symbols: Simplify symbol machinery setup by Arnaldo Carvalho de Melo · 15 years ago