summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
AgeCommit message (Expand)Author
2023-11-27perf script python: Fail check on dynamic allocationParan Lee
2023-06-22perf script: Initialize buffer for regs_map()Namhyung Kim
2023-06-20tools: Fix incorrect calculation of object size by sizeofLi Dong
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers
2023-06-12perf python: Avoid 2 leak sanitizer issuesIan Rogers
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-05-28perf scripting-engines: Move static to local variable, remove 16384 from .bssIan Rogers
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Add functions to access mapsIan Rogers
2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers
2022-10-27perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...Arnaldo Carvalho de Melo
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim
2022-08-12perf scripting python: Delete repeated word in commentsshaomin Deng
2022-07-20perf script python: Add machine_pid and vcpuAdrian Hunter
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter
2022-05-27perf scripting python: Expose dso and map informationLeo Yan
2022-04-11perf scripting python: Expose symbol offset and source informationEelco Chaudron
2022-02-15perf scripting python: Add all sample flags to DB exportAdrian Hunter
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2021-12-16perf arch: Support register names from all archsGerman Gomez
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu
2021-09-03perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan
2021-07-07perf script python: Fix buffer size to report iregs in perf scriptKajol Jain
2021-06-01perf scripting python: Assign perf_script_contextAdrian Hunter
2021-06-01perf scripting: Add perf_session to scripting_contextAdrian Hunter
2021-06-01perf scripting: Add scripting_context__update()Adrian Hunter
2021-05-25perf scripting python: Add auxtrace errorAdrian Hunter
2021-05-25perf scripting python: Add context switchAdrian Hunter
2021-05-25perf scripting python: Add cpumodeAdrian Hunter
2021-05-25perf scripting python: Add IPCAdrian Hunter
2021-05-25perf scripting python: Add sample flagsAdrian Hunter
2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter
2021-05-25perf scripting python: Factor out set_sym_in_dict()Adrian Hunter
2021-05-25perf scripting python: Fix tuple_set_u64()Adrian Hunter
2021-05-25perf script: Find script file relative to exec pathAdrian Hunter
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2020-11-03perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa