summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines
AgeCommit message (Expand)Author
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo
2016-07-18perf tools: Make is_printable_array globalJiri Olsa
2016-07-18perf script python: Fix string vs byte array resolvingJiri Olsa
2016-07-12perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0Arnaldo Carvalho de Melo
2016-05-20perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu
2016-05-11perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo
2016-05-09perf script: Fix incorrect python db-export error messageChris Phlipot
2016-05-06perf script: Expose usage of the callchain db export via the python apiChris Phlipot
2016-05-06perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo
2016-04-06perf script perl: Do error checking on new backtrace routineArnaldo Carvalho de Melo
2016-03-30perf script perl: Perl scripts now get a backtrace, like the python onesDima Kogan
2016-03-03perf script: Fix double free on command_lineColin Ian King
2016-02-25perf script: Exception handling when the print fmt is emptyTaeung Song
2016-01-06perf script: Add python support for stat eventsJiri Olsa
2015-09-28perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter
2015-09-02tools lib traceevent: Support function __get_dynamic_array_lenHe Kuang
2015-05-13tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAXSteven Rostedt (Red Hat)
2015-04-02perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo
2015-04-02perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo
2015-03-24tools lib traceevent: Add support for __print_array()Javi Merino
2015-02-12perf build: Add scripts objects buildingJiri Olsa
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo
2014-11-06perf script python: Removing event cache as it's no longer neededJiri Olsa
2014-11-06perf script perl: Removing event cache as it's no longer neededJiri Olsa
2014-11-03perf tools: Defer export of comms that were not 'set'Adrian Hunter
2014-11-03perf tools: Add call information to Python exportAdrian Hunter
2014-11-03perf tools: Add branch_type and in_tx to Python exportAdrian Hunter
2014-10-29perf scripting python: Extend interface to export data in a database-friendly...Adrian Hunter
2014-10-29perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter
2014-08-13perf script python: Add helpers for calling Python objectsAdrian Hunter
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-07-16perf script: Provide additional sample information on generic eventsJoseph Schuchart
2014-07-16perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart
2014-07-16perf script: Add missing calls to Py_DECREF for return valuesJoseph Schuchart
2014-06-27perf script: Handle the num array type in python properlySebastian Andrzej Siewior
2014-06-27perf script: Move the number processing into its own functionSebastian Andrzej Siewior
2014-06-09perf script/python: Print array argument as stringNamhyung Kim
2014-06-07tools lib traceevent: Added support for __get_bitmask() macroSteven Rostedt (Red Hat)
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo
2013-12-19perf scripting perl: Shorten function signaturesArnaldo Carvalho de Melo
2013-12-19perf scripting python: Shorten function signaturesArnaldo Carvalho de Melo
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker
2013-10-24perf script python: Fix mem leak due to missing Py_DECREFs on dict entriesJoseph Schuchart