summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines
Commit message (Expand)AuthorAgeFilesLines
* perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers2023-01-192-6/+2
* perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers2023-01-192-2/+2
* perf scripting python: Don't be strict at handling libtraceevent enumerationsArnaldo Carvalho de Melo2022-12-211-1/+1
* perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo2022-12-142-0/+4
* perf build: Use libtraceevent from the systemIan Rogers2022-12-143-2/+6
* perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-052-2/+2
* perf thread_map: Reduce exposure of libperf internal APIIan Rogers2022-11-161-1/+1
* perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...Arnaldo Carvalho de Melo2022-10-271-0/+1
* perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim2022-10-271-6/+0
* perf build: Fixup disabling of -Wdeprecated-declarations for the python scrip...Arnaldo Carvalho de Melo2022-09-291-1/+1
* perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim2022-08-191-5/+14
* perf scripting python: Delete repeated word in commentsshaomin Deng2022-08-121-1/+1
* perf scripting python: Do not build fail on deprecation warningsArnaldo Carvalho de Melo2022-08-021-1/+1
* perf scripting perl: Ignore some warnings to keep building with perl headersArnaldo Carvalho de Melo2022-07-201-1/+1
* perf script python: Add machine_pid and vcpuAdrian Hunter2022-07-201-1/+10
* perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter2022-07-201-1/+3
* perf scripting python: Expose dso and map informationLeo Yan2022-05-271-4/+17
* perf scripting python: Expose symbol offset and source informationEelco Chaudron2022-04-111-13/+36
* perf scripting python: Add all sample flags to DB exportAdrian Hunter2022-02-151-1/+2
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-2/+2
* Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-181-7/+9
|\
| * perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-3/+3
| * perf arch: Support register names from all archsGerman Gomez2021-12-161-4/+6
* | tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu2021-12-062-0/+4
|/
* perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan2021-09-031-0/+32
* perf script python: Fix buffer size to report iregs in perf scriptKajol Jain2021-07-071-5/+12
* perf scripting python: Assign perf_script_contextAdrian Hunter2021-06-011-0/+28
* perf scripting: Add perf_session to scripting_contextAdrian Hunter2021-06-012-2/+7
* perf scripting: Add scripting_context__update()Adrian Hunter2021-06-012-7/+4
* perf scripting python: Add auxtrace errorAdrian Hunter2021-05-251-0/+42
* perf scripting python: Add context switchAdrian Hunter2021-05-251-0/+45
* perf scripting python: Add cpumodeAdrian Hunter2021-05-251-0/+3
* perf scripting python: Add IPCAdrian Hunter2021-05-251-0/+8
* perf scripting python: Add sample flagsAdrian Hunter2021-05-251-0/+26
* perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter2021-05-252-9/+20
* perf scripting python: Factor out set_sym_in_dict()Adrian Hunter2021-05-251-8/+17
* perf scripting python: Fix tuple_set_u64()Adrian Hunter2021-05-251-65/+81
* perf script: Find script file relative to exec pathAdrian Hunter2021-05-252-0/+2
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo2020-11-031-5/+2
* perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-141-1/+1
* perf tools: Use build_id object in dsoJiri Olsa2020-10-141-1/+1
* perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo2020-05-051-3/+3
* perf script report: Fix SEGFAULT when using DWARF modeAndreas Gerstmayr2020-04-031-0/+3
* perf tools: Add hw_idx in struct branch_stackKan Liang2020-03-091-14/+16
* perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo2019-11-261-1/+1
* perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo2019-11-122-16/+16
* perf tools: Add map_groups to 'struct addr_location'Arnaldo Carvalho de Melo2019-11-121-1/+1
* perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2019-10-182-4/+13
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-1/+0