Age | Commit message (Expand) | Author |
2017-07-25 | perf script python: Generate hooks with additional argument | Arun Kalyanasundaram |
2017-07-25 | perf script python: Add perf_sample dict to tracepoint handlers | Arun Kalyanasundaram |
2017-07-25 | perf script python: Add sample_read to dict | Arun Kalyanasundaram |
2017-07-25 | perf script python: Refactor creation of perf sample dict | Arun Kalyanasundaram |
2017-07-25 | perf script python: Allocate memory only if handler exists | Arun Kalyanasundaram |
2017-06-19 | tools: Adopt __noreturn from kernel sources | Arnaldo Carvalho de Melo |
2017-06-07 | perf script: Fix outdated comment for perf-trace-python | SeongJae Park |
2017-04-19 | perf tools: Move print_binary definitions to separate files | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo |
2017-02-28 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-02-17 | tools perf scripting python: clang doesn't have -spec, remove it | Arnaldo Carvalho de Melo |
2017-01-25 | lib, traceevent: add PRINT_HEX_STR variant | Daniel Borkmann |
2016-08-23 | tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros | Arnaldo Carvalho de Melo |
2016-07-18 | perf tools: Make is_printable_array global | Jiri Olsa |
2016-07-18 | perf script python: Fix string vs byte array resolving | Jiri Olsa |
2016-07-12 | perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0 | Arnaldo Carvalho de Melo |
2016-05-11 | perf tools: Use SBUILD_ID_SIZE where applicable | Masami Hiramatsu |
2016-05-11 | perf scripting python: Use Py_FatalError instead of die() | Arnaldo Carvalho de Melo |
2016-05-09 | perf script: Fix incorrect python db-export error message | Chris Phlipot |
2016-05-06 | perf script: Expose usage of the callchain db export via the python api | Chris Phlipot |
2016-05-06 | perf tools: Refactor code to move call path handling out of thread-stack | Chris Phlipot |
2016-04-14 | perf callchain: Start moving away from global per thread cursors | Arnaldo Carvalho de Melo |
2016-03-03 | perf script: Fix double free on command_line | Colin Ian King |
2016-02-25 | perf script: Exception handling when the print fmt is empty | Taeung Song |
2016-01-06 | perf script: Add python support for stat events | Jiri Olsa |
2015-09-28 | perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTH | Adrian Hunter |
2015-09-02 | tools lib traceevent: Support function __get_dynamic_array_len | He Kuang |
2015-05-13 | tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX | Steven Rostedt (Red Hat) |
2015-04-02 | perf db-export: No need to have ->thread twice in struct export_sample | Arnaldo Carvalho de Melo |
2015-04-02 | perf db-export: No need to pass thread twice to db_export__sample | Arnaldo Carvalho de Melo |
2015-04-02 | perf scripting: No need to pass thread twice to the scripting callbacks | Arnaldo Carvalho de Melo |
2015-03-24 | tools lib traceevent: Add support for __print_array() | Javi Merino |
2015-01-21 | perf tools: Remove EOL whitespaces | Arnaldo Carvalho de Melo |
2014-11-06 | perf script python: Removing event cache as it's no longer needed | Jiri Olsa |
2014-11-03 | perf tools: Defer export of comms that were not 'set' | Adrian Hunter |
2014-11-03 | perf tools: Add call information to Python export | Adrian Hunter |
2014-11-03 | perf tools: Add branch_type and in_tx to Python export | Adrian Hunter |
2014-10-29 | perf scripting python: Extend interface to export data in a database-friendly... | Adrian Hunter |
2014-10-29 | perf thread: Adopt resolve_callchain method from machine | Arnaldo Carvalho de Melo |
2014-10-14 | perf callchain: Move the callchain_param extern to callchain.h | Arnaldo Carvalho de Melo |
2014-08-22 | perf scripting: Add 'flush' callback to scripting API | Adrian Hunter |
2014-08-13 | perf script python: Add helpers for calling Python objects | Adrian Hunter |
2014-07-17 | perf tools: Move pr_* debug macros into debug object | Jiri Olsa |
2014-07-16 | perf script: Provide additional sample information on generic events | Joseph Schuchart |
2014-07-16 | perf script: Add callchain to generic and tracepoint events | Joseph Schuchart |
2014-07-16 | perf script: Add missing calls to Py_DECREF for return values | Joseph Schuchart |
2014-06-27 | perf script: Handle the num array type in python properly | Sebastian Andrzej Siewior |
2014-06-27 | perf script: Move the number processing into its own function | Sebastian Andrzej Siewior |
2014-06-09 | perf script/python: Print array argument as string | Namhyung Kim |
2014-06-07 | tools lib traceevent: Added support for __get_bitmask() macro | Steven Rostedt (Red Hat) |