summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Add accessor for tool_eventIan Rogers2024-09-111-12/+12
* perf evsel: Constify evsel__id_hdr_size() argumentIan Rogers2024-08-191-1/+1
* perf evlist: Save branch counters informationKan Liang2024-08-141-6/+7
* perf report: Remove the first overflow check for branch countersKan Liang2024-08-141-2/+0
* perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang2024-08-131-2/+79
* util: constant -1 with expression of type charYunseong Kim2024-06-251-1/+1
* perf hist: Honor symbol_conf.skip_emptyNamhyung Kim2024-06-161-3/+10
* perf evsel: Refactor tool eventsIan Rogers2024-06-111-2/+224
* perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet2024-05-101-7/+13
* perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong2024-02-021-1/+0
* perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao2024-02-021-114/+1
* perf util: Add evsel__taskstate() to parse the task state info insteadZe Gao2024-01-231-1/+35
* perf util: Add helpers to parse task state string from libtraceeventZe Gao2024-01-231-0/+112
* libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers2023-12-121-1/+1
* perf evsel: Fallback to "task-clock" when not system wideIan Rogers2023-12-061-8/+10
* perf tools: Add branch counter knobKan Liang2023-11-091-1/+34
* perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofileYang Jihong2023-10-251-28/+2
* perf evsel: Add evsel__intval_common() helperYang Jihong2023-09-121-0/+13
* perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan2023-08-161-1/+1
* perf parse-regs: Introduce functions perf_arch_reg_{ip|sp}()Leo Yan2023-08-161-2/+4
* perf evsel: Remove duplicate check for `field` in evsel__intval()Yang Jihong2023-08-151-3/+0
* perf evsel: Free evsel->filter on the destructorArnaldo Carvalho de Melo2023-07-201-0/+1
* perf evsel amd: Fix IBS error messageRavi Bangoria2023-07-021-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-111-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-101-1/+1
* | perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo2022-12-141-0/+2