aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-25perf script python: Allocate memory only if handler existsArun Kalyanasundaram1-16/+22
2017-06-19tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo1-1/+2
2017-06-07perf script: Fix outdated comment for perf-trace-pythonSeongJae Park1-1/+1
2017-04-26perf tools: Move HAS_BOOL define to where perl headers are usedArnaldo Carvalho de Melo1-1/+3
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2-0/+2
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+2
2017-02-17tools perf scripting python: clang doesn't have -spec, remove itArnaldo Carvalho de Melo1-2/+2
2017-02-13perf symbols: dso->name is an array, no need to check it against NULLArnaldo Carvalho de Melo1-2/+2
2017-02-13perf scripting perl: Fix compile error with some perl5 versionsWang YanQing1-1/+1
2017-01-26perf scripting perl: Do not die() when not founding event for a typeArnaldo Carvalho de Melo1-2/+4
2017-01-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann2-0/+2
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo2-4/+6
2016-07-18perf tools: Make is_printable_array globalJiri Olsa1-16/+0
2016-07-18perf script python: Fix string vs byte array resolvingJiri Olsa1-6/+33
2016-07-12perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0Arnaldo Carvalho de Melo1-2/+2
2016-05-20perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo1-2/+1
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu1-1/+1
2016-05-11perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo1-2/+5
2016-05-09perf script: Fix incorrect python db-export error messageChris Phlipot1-1/+1
2016-05-06perf script: Expose usage of the callchain db export via the python apiChris Phlipot1-2/+33
2016-05-06perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot1-0/+1
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stackArnaldo Carvalho de Melo1-1/+1
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo2-2/+2
2016-04-06perf script perl: Do error checking on new backtrace routineArnaldo Carvalho de Melo1-9/+21
2016-03-30perf script perl: Perl scripts now get a backtrace, like the python onesDima Kogan1-8/+106
2016-03-03perf script: Fix double free on command_lineColin Ian King1-2/+2
2016-02-25perf script: Exception handling when the print fmt is emptyTaeung Song2-0/+6
2016-01-06perf script: Add python support for stat eventsJiri Olsa1-6/+109
2015-09-28perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter1-1/+1
2015-09-02tools lib traceevent: Support function __get_dynamic_array_lenHe Kuang2-0/+2
2015-05-13tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAXSteven Rostedt (Red Hat)2-4/+4
2015-04-02perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo1-1/+1
2015-04-02perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo1-2/+1
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo2-11/+7
2015-03-24tools lib traceevent: Add support for __print_array()Javi Merino2-0/+10
2015-02-12perf build: Add scripts objects buildingJiri Olsa1-0/+6
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo1-1/+1
2014-11-06perf script python: Removing event cache as it's no longer neededJiri Olsa1-28/+6
2014-11-06perf script perl: Removing event cache as it's no longer neededJiri Olsa1-23/+6
2014-11-03perf tools: Defer export of comms that were not 'set'Adrian Hunter1-1/+3
2014-11-03perf tools: Add call information to Python exportAdrian Hunter1-1/+83
2014-11-03perf tools: Add branch_type and in_tx to Python exportAdrian Hunter1-1/+29
2014-10-29perf scripting python: Extend interface to export data in a database-friendly wayAdrian Hunter1-2/+284
2014-10-29perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo1-3/+3
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo1-0/+1
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter2-0/+12
2014-08-13perf script python: Add helpers for calling Python objectsAdrian Hunter1-67/+47
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa2-0/+2