summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/python.c
AgeCommit message (Expand)AuthorLines
2024-12-18perf python: Constify variables and parametersIan Rogers-26/+29
2024-12-18perf python: Remove python 2 scripting supportIan Rogers-61/+12
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang-1/+1
2024-10-23perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORTArnaldo Carvalho de Melo-0/+3
2024-09-02perf python: include "util/sample.h"Xu Yang-0/+1
2024-06-26perf python: Switch module to linking libraries from building sourceIan Rogers-176/+98
2024-06-15perf hist: Honor symbol_conf.skip_emptyNamhyung Kim-0/+3
2024-03-21perf tools: Add/use PMU reverse lookup from config to nameIan Rogers-0/+10
2024-02-08perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter-0/+1
2023-10-17perf pmu: Const-ify file APIsIan Rogers-1/+1
2023-08-11perf script python: Add stub for PMU symbol to the python bindingIan Rogers-0/+5
2023-06-23perf tools: Add printing perf_event_attr config symbol in perf_event_attr__fp...Yang Jihong-0/+8
2023-06-12perf evlist: Free stats in all evlist destructionIan Rogers-0/+4
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers-2/+2
2023-05-27perf pmu: Separate pmu and pmusIan Rogers-1/+2
2023-05-27perf evsel: Compute is_hybrid from PMU being coreIan Rogers-0/+5
2023-05-27perf evlist: Remove __evlist__add_defaultIan Rogers-0/+8
2023-03-15perf record: Add BPF event filter supportNamhyung Kim-0/+14
2023-03-13perf evsel: Add function to compute group PMU nameIan Rogers-0/+5
2023-03-13perf evsel: Allow const evsel for certain accessesIan Rogers-1/+1
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers-7/+0
2023-01-22perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()James Clark-1/+7
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers-3/+1
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers-1/+1
2022-12-14perf evlist: Remove group option.Ian Rogers-8/+0
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo-0/+2
2022-12-14perf build: Use libtraceevent from the systemIan Rogers-0/+10
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers-3/+3
2022-03-26perf python: Add perf_env stubs that will be needed in evsel__open_strerror()Arnaldo Carvalho de Melo-1/+12
2022-01-22perf python: Fix cpu_map__item() buildingIan Rogers-3/+3
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds-2/+2
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-0/+2
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers-2/+2
2021-12-11perf python: Fix NULL vs IS_ERR_OR_NULL() checkingMiaoqian Lin-1/+1
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu-0/+2
2021-11-06perf evsel: Fix missing exclude_{host,guest} settingNamhyung Kim-0/+12
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa-1/+1
2021-04-29perf stat: Introduce bpf_counter_ops->disable()Song Liu-0/+6
2021-01-20perf stat: Enable counting events for BPF programsSong Liu-0/+21
2020-11-30perf evlist: Use the right prefix for 'struct evlist' sample id lookup methodsArnaldo Carvalho de Melo-1/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_le...Arnaldo Carvalho de Melo-1/+1
2020-09-28perf tools: Copy metric events properly when expand cgroupsNamhyung Kim-0/+19
2020-09-10perf tests: Call test_attr__open() directlyJiri Olsa-1/+1
2020-05-05perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()Arnaldo Carvalho de Melo-1/+1
2020-05-05perf evsel: Rename perf_evsel__exit() to evsel__exit()Arnaldo Carvalho de Melo-1/+1
2019-11-12perf tool: Provide an option to print perf_event_open args and return valueRavi Bangoria-0/+1
2019-10-10libperf: Adopt perf_mmap__read_event() from tools/perfJiri Olsa-1/+1
2019-10-10libperf: Adopt perf_mmap__read_init() from tools/perfJiri Olsa-1/+1
2019-10-10libperf: Adopt perf_mmap__consume() function from tools/perfJiri Olsa-1/+2
2019-09-30perf evsel: Fall back to global 'perf_env' in perf_evsel__env()Arnaldo Carvalho de Melo-0/+6