1. fe17608 perf tools: Fix usage of max_stack sysctl by Arnaldo Carvalho de Melo · 8 years ago
  2. b5d8bbe perf tools: Use SBUILD_ID_SIZE where applicable by Masami Hiramatsu · 8 years ago
  3. 62665df perf scripting python: Use Py_FatalError instead of die() by Arnaldo Carvalho de Melo · 8 years ago
  4. aff6334 perf script: Fix incorrect python db-export error message by Chris Phlipot · 8 years ago
  5. 2c15f5e perf script: Expose usage of the callchain db export via the python api by Chris Phlipot · 8 years ago
  6. 451db12 perf tools: Refactor code to move call path handling out of thread-stack by Chris Phlipot · 8 years ago
  7. 4cb9344 perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack by Arnaldo Carvalho de Melo · 8 years ago
  8. 91d7b2d perf callchain: Start moving away from global per thread cursors by Arnaldo Carvalho de Melo · 8 years ago
  9. 76e2052 perf script perl: Do error checking on new backtrace routine by Arnaldo Carvalho de Melo · 8 years ago
  10. f7380c1 perf script perl: Perl scripts now get a backtrace, like the python ones by Dima Kogan · 8 years ago
  11. 979ac25 perf script: Fix double free on command_line by Colin Ian King · 8 years ago
  12. 8579aca perf script: Exception handling when the print fmt is empty by Taeung Song · 8 years ago
  13. aef9026 perf script: Add python support for stat events by Jiri Olsa · 8 years ago
  14. 44cbe72 perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTH by Adrian Hunter · 9 years ago
  15. 7605594 tools lib traceevent: Support function __get_dynamic_array_len by He Kuang · 9 years ago
  16. 609a740 tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX by Steven Rostedt (Red Hat) · 9 years ago
  17. b83e868 perf db-export: No need to have ->thread twice in struct export_sample by Arnaldo Carvalho de Melo · 9 years ago
  18. 7327259 perf db-export: No need to pass thread twice to db_export__sample by Arnaldo Carvalho de Melo · 9 years ago
  19. f9d5d54 perf scripting: No need to pass thread twice to the scripting callbacks by Arnaldo Carvalho de Melo · 9 years ago
  20. b839e1e tools lib traceevent: Add support for __print_array() by Javi Merino · 9 years ago
  21. c7355f8 perf build: Add scripts objects building by Jiri Olsa · 10 years ago
  22. 48000a1 perf tools: Remove EOL whitespaces by Arnaldo Carvalho de Melo · 10 years ago
  23. adf5bcf perf script python: Removing event cache as it's no longer needed by Jiri Olsa · 10 years ago
  24. cdae2d1 perf script perl: Removing event cache as it's no longer needed by Jiri Olsa · 10 years ago
  25. 758008b perf tools: Defer export of comms that were not 'set' by Adrian Hunter · 10 years ago
  26. 6a70307 perf tools: Add call information to Python export by Adrian Hunter · 10 years ago
  27. c29414f perf tools: Add branch_type and in_tx to Python export by Adrian Hunter · 10 years ago
  28. df919b4 perf scripting python: Extend interface to export data in a database-friendly way by Adrian Hunter · 10 years ago
  29. cc8b7c2 perf thread: Adopt resolve_callchain method from machine by Arnaldo Carvalho de Melo · 10 years ago
  30. 8f651ea perf callchain: Move the callchain_param extern to callchain.h by Arnaldo Carvalho de Melo · 10 years ago
  31. d445dd2 perf scripting: Add 'flush' callback to scripting API by Adrian Hunter · 10 years ago
  32. a5563ed perf script python: Add helpers for calling Python objects by Adrian Hunter · 10 years ago
  33. 84f5d36 perf tools: Move pr_* debug macros into debug object by Jiri Olsa · 10 years ago
  34. 57608cf perf script: Provide additional sample information on generic events by Joseph Schuchart · 10 years ago
  35. 0f5f5bc perf script: Add callchain to generic and tracepoint events by Joseph Schuchart · 10 years ago
  36. 05f832e perf script: Add missing calls to Py_DECREF for return values by Joseph Schuchart · 10 years ago
  37. 8ac631c perf script: Handle the num array type in python properly by Sebastian Andrzej Siewior · 10 years ago
  38. 33058b9 perf script: Move the number processing into its own function by Sebastian Andrzej Siewior · 10 years ago
  39. e646fe7 perf script/python: Print array argument as string by Namhyung Kim · 10 years ago
  40. 473a778 tools lib traceevent: Added support for __get_bitmask() macro by Steven Rostedt (Red Hat) · 10 years ago
  41. f538565 perf tools: No need to test against NULL before calling free() by Arnaldo Carvalho de Melo · 11 years ago
  42. cc22e57 perf symbols: Add 'machine' member to struct addr_location by Arnaldo Carvalho de Melo · 11 years ago
  43. 8853a1b perf scripting perl: Shorten function signatures by Arnaldo Carvalho de Melo · 11 years ago
  44. b7fff6b5 perf scripting python: Shorten function signatures by Arnaldo Carvalho de Melo · 11 years ago
  45. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  46. c0268e8 perf script python: Fix mem leak due to missing Py_DECREFs on dict entries by Joseph Schuchart · 11 years ago
  47. 3b16ff8 perf scripting perl: Fix build error on Fedora 12 by Arnaldo Carvalho de Melo · 11 years ago
  48. 2eaa1b4 perf script: Fix named threads support by David Ahern · 11 years ago
  49. 2de9533 perf script: hook up perf_scripting_context->pevent by Tom Zanussi · 11 years ago
  50. ae86912 perf tools: Remove duplicated include from trace-event-python.c by Wei Yongjun · 12 years ago
  51. b1ab1bd perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machine by Feng Tang · 12 years ago
  52. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  53. 1204609 perf tools: remove unneeded include of network header files by David Ahern · 12 years ago
  54. 87b6a3a perf script python: Correct handler check and spelling errors by Feng Tang · 12 years ago
  55. fd6b858 perf scripts python: Pass event/thread/dso name and symbol info to event handler in python by Feng Tang · 12 years ago
  56. 73994dc perf script: Replace "struct thread" with "struct addr_location" as a parameter for "process_event()" by Feng Tang · 12 years ago
  57. 6a6daec perf script: Add general python handler to process non-tracepoint events by Feng Tang · 12 years ago
  58. 9782243 perf script: Stop using pevent directly by Arnaldo Carvalho de Melo · 12 years ago
  59. fcf65bf perf evsel: Cache associated event_format by Arnaldo Carvalho de Melo · 12 years ago
  60. e080e6f tools lib traceevent: Add support for __print_hex() by Namhyung Kim · 12 years ago
  61. da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 12 years ago
  62. 8784eb7 perf script: Rename struct event to struct event_format in perl engine by Frederic Weisbecker · 12 years ago
  63. e326e75 perf script: Explicitly handle known default print arg type by Frederic Weisbecker · 12 years ago
  64. aaf045f perf: Have perf use the new libtraceevent.a library by Steven Rostedt · 12 years ago
  65. d30d4a0 perf tools: Remove unnecessary ctype.h inclusion by Namhyung Kim · 12 years ago
  66. 37a058e perf script: Add generic perl handler to process events by Robert Richter · 13 years ago
  67. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  68. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  69. be6d842 perf script: Change process_event prototype by David Ahern · 13 years ago
  70. fb7d0b3 perf tool: Fix gcc 4.6.0 issues by Kyle McMartin · 13 years ago
  71. 133dc4c perf: Rename 'perf trace' to 'perf script' by Ingo Molnar · 14 years ago
  72. c025148 perf scripts python: Give field dict to unhandled callback by Pierre Tardy · 14 years ago
  73. 3824a4e perf/trace/scripting: don't show script start/stop messages by default by Tom Zanussi · 14 years ago
  74. b1dcc03 perf/scripts: Tuple was set from long in both branches in python_process_event() by Tom Zanussi · 14 years ago
  75. 44ad9cd perf/scripts: Remove unnecessary PyTuple resizes by Tom Zanussi · 14 years ago
  76. 7e4b21b perf/scripts: Add Python scripting engine by Tom Zanussi · 14 years ago
  77. 82d156c perf/scripts: Move Perl scripting files to scripting-engines dir by Tom Zanussi · 14 years ago