summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)Author
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers
2023-11-09perf tools: Add branch counter knobKan Liang
2023-10-25perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofileYang Jihong
2023-09-12perf evsel: Add evsel__intval_common() helperYang Jihong
2023-08-16perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan
2023-08-16perf parse-regs: Introduce functions perf_arch_reg_{ip|sp}()Leo Yan
2023-08-15perf evsel: Remove duplicate check for `field` in evsel__intval()Yang Jihong
2023-07-20perf evsel: Free evsel->filter on the destructorArnaldo Carvalho de Melo
2023-07-01perf evsel amd: Fix IBS error messageRavi Bangoria
2023-06-01perf evsel: Add verbose 3 print of evsel name when openingIan Rogers
2023-05-31Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo
2023-05-28perf evsel: Don't let evsel__group_pmu_name() traverse unsorted groupIan Rogers
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers
2023-05-27perf pmu: Separate pmu and pmusIan Rogers
2023-05-27perf evsel: Compute is_hybrid from PMU being coreIan Rogers
2023-05-27perf evlist: Remove __evlist__add_defaultIan Rogers
2023-05-27perf evsel: Add is_pmu_core inorder to interpret own_cpusIan Rogers
2023-05-26perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...Song Liu
2023-05-10perf parse-events: Do not break up AUX event groupAdrian Hunter
2023-05-10perf evsel: Modify group pmu name for software eventsIan Rogers
2023-05-10perf stat: Introduce skippable evselsIan Rogers
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo
2023-04-12perf evsel: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo
2023-04-10perf evsel: Avoid SEGV if delete is called on NULLIan Rogers
2023-03-15perf record: Add BPF event filter supportNamhyung Kim
2023-03-13perf evsel: Remove use_uncore_aliasIan Rogers
2023-03-13perf evsel: Add function to compute group PMU nameIan Rogers
2023-03-13perf evsel: Allow const evsel for certain accessesIan Rogers
2023-03-13perf record: Reuse target::initial_delayChangbin Du
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers
2023-02-02perf script: Show branch speculation infoSandipan Das
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-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
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-14perf util: Add host_is_bigendian to util.hIan Rogers
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers
2022-11-15perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' memberIan Rogers
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim
2022-10-27perf tools: Use pmu info in evsel__is_hybrid()Namhyung Kim
2022-10-27perf tools: Save evsel->pmu in parse_events()Namhyung Kim
2022-10-06perf tools: Remove special handling of system-wide evselNamhyung Kim
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter
2022-10-04perf record: Set PERF_FORMAT_LOST by defaultNamhyung Kim
2022-10-04perf hashmap: Tidy hashmap dependencyIan Rogers
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim