summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c
Commit message (Expand)AuthorAgeFilesLines
* perf evsel amd: Fix IBS error messageRavi Bangoria2023-07-011-21/+9
* perf evsel: Add verbose 3 print of evsel name when openingIan Rogers2023-06-011-0/+1
* Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo2023-05-311-0/+1
|\
| * perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...Song Liu2023-05-261-0/+1
* | perf evsel: Don't let evsel__group_pmu_name() traverse unsorted groupIan Rogers2023-05-281-24/+7
* | perf pmus: Remove perf_pmus__has_hybridIan Rogers2023-05-271-1/+1
* | perf pmu: Separate pmu and pmusIan Rogers2023-05-271-1/+2
* | perf evsel: Compute is_hybrid from PMU being coreIan Rogers2023-05-271-2/+10
* | perf evlist: Remove __evlist__add_defaultIan Rogers2023-05-271-46/+0
* | perf evsel: Add is_pmu_core inorder to interpret own_cpusIan Rogers2023-05-271-0/+1
|/
* perf parse-events: Do not break up AUX event groupAdrian Hunter2023-05-101-6/+3
* perf evsel: Modify group pmu name for software eventsIan Rogers2023-05-101-6/+9
* perf stat: Introduce skippable evselsIan Rogers2023-05-101-2/+13
* perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo2023-04-241-1/+6
* perf evsel: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-3/+2
* perf evsel: Avoid SEGV if delete is called on NULLIan Rogers2023-04-101-0/+3
* perf record: Add BPF event filter supportNamhyung Kim2023-03-151-0/+2
* perf evsel: Remove use_uncore_aliasIan Rogers2023-03-131-1/+0
* perf evsel: Add function to compute group PMU nameIan Rogers2023-03-131-0/+24
* perf evsel: Allow const evsel for certain accessesIan Rogers2023-03-131-1/+1
* perf record: Reuse target::initial_delayChangbin Du2023-03-131-1/+1
* perf stat: Remove evsel metric_name/exprIan Rogers2023-02-031-2/+0
* perf script: Show branch speculation infoSandipan Das2023-02-021-3/+12
* perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers2023-01-191-3/+1
* perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers2023-01-191-1/+1
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-12-161-1/+1
|\
| * libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-091-1/+1
* | perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo2022-12-141-0/+2
* | perf build: Use libtraceevent from the systemIan Rogers2022-12-141-1/+10
* | perf util: Add host_is_bigendian to util.hIan Rogers2022-12-141-4/+1
* | perf thread_map: Reduce exposure of libperf internal APIIan Rogers2022-11-161-0/+1
* | perf expr: Tidy hashmap dependencyIan Rogers2022-11-161-4/+0
* | perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' memberIan Rogers2022-11-151-4/+1
* | perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim2022-10-271-7/+2
* | perf tools: Use pmu info in evsel__is_hybrid()Namhyung Kim2022-10-271-0/+3
* | perf tools: Save evsel->pmu in parse_events()Namhyung Kim2022-10-271-10/+10
|/
* perf tools: Remove special handling of system-wide evselNamhyung Kim2022-10-061-10/+2
* perf tools: Add debug messages and comments for testingAdrian Hunter2022-10-041-0/+2
* perf record: Set PERF_FORMAT_LOST by defaultNamhyung Kim2022-10-041-1/+9
* perf hashmap: Tidy hashmap dependencyIan Rogers2022-10-041-1/+5
* perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim2022-08-191-11/+18
* perf evsel: Add arch_evsel__hw_name()Kan Liang2022-07-291-1/+6
* perf tools: Add machine_pid and vcpu to perf_sampleAdrian Hunter2022-07-201-0/+1
* perf tools: Factor out evsel__id_hdr_size()Adrian Hunter2022-07-201-0/+26
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-07-181-0/+9
|\
| * perf offcpu: Accept allowed sample types onlyNamhyung Kim2022-06-281-0/+9
* | perf record ibs: Warn about sampling period skewRavi Bangoria2022-06-241-0/+7
|/
* perf unwind: Use dynamic register set for DWARF unwindJames Clark2022-05-261-1/+1
* perf report: Do not extend sample type of bpf-output eventNamhyung Kim2022-05-261-2/+2
* perf stat: Add requires_cpu flag for uncoreAdrian Hunter2022-05-261-0/+1