summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-15perf record: Add BPF event filter supportNamhyung Kim1-0/+2
2023-03-13perf evsel: Remove use_uncore_aliasIan Rogers1-1/+0
2023-03-13perf evsel: Add function to compute group PMU nameIan Rogers1-0/+24
2023-03-13perf evsel: Allow const evsel for certain accessesIan Rogers1-1/+1
2023-03-13perf record: Reuse target::initial_delayChangbin Du1-1/+1
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers1-2/+0
2023-02-02perf script: Show branch speculation infoSandipan Das1-3/+12
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers1-3/+1
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers1-1/+1
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+1
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo1-0/+2
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-1/+10
2022-12-14perf util: Add host_is_bigendian to util.hIan Rogers1-4/+1
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers1-0/+1
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers1-4/+0
2022-11-15perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' memberIan Rogers1-4/+1
2022-11-10libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman1-1/+1
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim1-7/+2
2022-10-27perf tools: Use pmu info in evsel__is_hybrid()Namhyung Kim1-0/+3
2022-10-27perf tools: Save evsel->pmu in parse_events()Namhyung Kim1-10/+10
2022-10-06perf tools: Remove special handling of system-wide evselNamhyung Kim1-10/+2
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter1-0/+2
2022-10-04perf record: Set PERF_FORMAT_LOST by defaultNamhyung Kim1-1/+9
2022-10-04perf hashmap: Tidy hashmap dependencyIan Rogers1-1/+5
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim1-11/+18
2022-07-29perf evsel: Add arch_evsel__hw_name()Kan Liang1-1/+6
2022-07-20perf tools: Add machine_pid and vcpu to perf_sampleAdrian Hunter1-0/+1
2022-07-20perf tools: Factor out evsel__id_hdr_size()Adrian Hunter1-0/+26
2022-07-18Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+9
2022-06-28perf offcpu: Accept allowed sample types onlyNamhyung Kim1-0/+9
2022-06-24perf record ibs: Warn about sampling period skewRavi Bangoria1-0/+7
2022-05-26perf unwind: Use dynamic register set for DWARF unwindJames Clark1-1/+1
2022-05-26perf report: Do not extend sample type of bpf-output eventNamhyung Kim1-2/+2
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter1-0/+1
2022-05-20perf stat: Always keep perf metrics topdown events in a groupKan Liang1-2/+11
2022-05-17perf evlist: Keep topdown counters in weak groupIan Rogers1-0/+10
2022-05-09perf evsel: Add tool event helpersIan Rogers1-10/+31
2022-05-09perf evsel: Constify a few arraysIan Rogers1-7/+7
2022-04-20perf list: Print all available tool eventsFlorian Fischer1-7/+12
2022-03-26perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messagesKim Phillips1-0/+25
2022-03-23perf evsel: Make evsel__env() always return a valid envKim Phillips1-1/+1
2022-03-07perf evsel: Add error message for unsupported branch stack casesJames Clark1-0/+4
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez1-8/+17
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-9/+11
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-90/+76
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-3/+3
2022-01-12perf evsel: Rename variable cpu to indexIan Rogers1-41/+42
2022-01-12perf evsel: Reduce scope of evsel__ignore_missing_threadIan Rogers1-4/+4
2022-01-12perf evsel: Rename CPU around get_group_fdIan Rogers1-11/+11
2022-01-12perf stat: Correct variable name for read counterIan Rogers1-15/+15