summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/Perf-Trace-Util/Context.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf scripting python: Add function to get a config valueJames Clark2024-09-241-0/+11
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-2/+2
* perf map: Add accessor for dsoIan Rogers2023-04-041-2/+4
* perf maps: Add functions to access mapsIan Rogers2023-04-041-3/+4
* perf script: Fix Python support when no libtraceeventAdrian Hunter2023-03-151-0/+4
* perf scripting python: Add perf_sample_srcline() and perf_sample_srccode()Adrian Hunter2021-06-011-0/+56
* perf scripting python: Add perf_set_itrace_options()Adrian Hunter2021-06-011-2/+42
* perf scripting python: Add perf_sample_insn()Adrian Hunter2021-06-011-0/+27
* perf scripting python: Assign perf_script_contextAdrian Hunter2021-06-011-1/+7
* perf scripting python: Simplify perf-trace-context module functionsAdrian Hunter2021-06-011-22/+17
* perf scripting python: Remove unnecessary 'static'Adrian Hunter2021-06-011-3/+3
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* perf tools: Add Python 3 supportJaroslav Škarvada2018-02-191-3/+31
* perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo2013-11-051-3/+3
* perf: Rename 'perf trace' to 'perf script'Ingo Molnar2010-11-161-1/+1
* perf/scripts: Add Python scripting engineTom Zanussi2010-02-251-0/+88