summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines
AgeCommit message (Expand)AuthorLines
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers-6/+2
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers-2/+2
2022-12-21perf scripting python: Don't be strict at handling libtraceevent enumerationsArnaldo Carvalho de Melo-1/+1
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo-0/+4
2022-12-14perf build: Use libtraceevent from the systemIan Rogers-2/+6
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson-2/+2
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers-1/+1
2022-10-27perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...Arnaldo Carvalho de Melo-0/+1
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim-6/+0
2022-09-29perf build: Fixup disabling of -Wdeprecated-declarations for the python scrip...Arnaldo Carvalho de Melo-1/+1
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim-5/+14
2022-08-12perf scripting python: Delete repeated word in commentsshaomin Deng-1/+1
2022-08-02perf scripting python: Do not build fail on deprecation warningsArnaldo Carvalho de Melo-1/+1
2022-07-20perf scripting perl: Ignore some warnings to keep building with perl headersArnaldo Carvalho de Melo-1/+1
2022-07-20perf script python: Add machine_pid and vcpuAdrian Hunter-1/+10
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter-1/+3
2022-05-27perf scripting python: Expose dso and map informationLeo Yan-4/+17
2022-04-11perf scripting python: Expose symbol offset and source informationEelco Chaudron-13/+36
2022-02-15perf scripting python: Add all sample flags to DB exportAdrian Hunter-1/+2
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers-2/+2
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds-7/+9
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers-3/+3
2021-12-16perf arch: Support register names from all archsGerman Gomez-4/+6
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu-0/+4
2021-09-03perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan-0/+32
2021-07-07perf script python: Fix buffer size to report iregs in perf scriptKajol Jain-5/+12
2021-06-01perf scripting python: Assign perf_script_contextAdrian Hunter-0/+28
2021-06-01perf scripting: Add perf_session to scripting_contextAdrian Hunter-2/+7
2021-06-01perf scripting: Add scripting_context__update()Adrian Hunter-7/+4
2021-05-25perf scripting python: Add auxtrace errorAdrian Hunter-0/+42
2021-05-25perf scripting python: Add context switchAdrian Hunter-0/+45
2021-05-25perf scripting python: Add cpumodeAdrian Hunter-0/+3
2021-05-25perf scripting python: Add IPCAdrian Hunter-0/+8
2021-05-25perf scripting python: Add sample flagsAdrian Hunter-0/+26
2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter-9/+20
2021-05-25perf scripting python: Factor out set_sym_in_dict()Adrian Hunter-8/+17
2021-05-25perf scripting python: Fix tuple_set_u64()Adrian Hunter-65/+81
2021-05-25perf script: Find script file relative to exec pathAdrian Hunter-0/+2
2021-03-23perf tools: Fix various typos in commentsIngo Molnar-1/+1
2020-11-03perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo-5/+2
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa-1/+1
2020-10-14perf tools: Use build_id object in dsoJiri Olsa-1/+1
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo-3/+3
2020-04-03perf script report: Fix SEGFAULT when using DWARF modeAndreas Gerstmayr-0/+3
2020-03-09perf tools: Add hw_idx in struct branch_stackKan Liang-14/+16
2019-11-26perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo-1/+1
2019-11-12perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo-16/+16
2019-11-12perf tools: Add map_groups to 'struct addr_location'Arnaldo Carvalho de Melo-1/+1
2019-10-18perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)-4/+13
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo-1/+0