summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* perf stat: Always keep perf metrics topdown events in a groupKan Liang2022-05-201-2/+11
* perf evlist: Keep topdown counters in weak groupIan Rogers2022-05-171-0/+10
* perf evsel: Add tool event helpersIan Rogers2022-05-091-10/+31
* perf evsel: Constify a few arraysIan Rogers2022-05-091-7/+7
* perf list: Print all available tool eventsFlorian Fischer2022-04-201-7/+12
* perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messagesKim Phillips2022-03-261-0/+25
* perf evsel: Make evsel__env() always return a valid envKim Phillips2022-03-221-1/+1
* perf evsel: Add error message for unsupported branch stack casesJames Clark2022-03-071-0/+4
* perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-221-8/+17
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-9/+11
* Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-181-90/+76
|\
| * perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-3/+3
| * perf evsel: Rename variable cpu to indexIan Rogers2022-01-121-41/+42
| * perf evsel: Reduce scope of evsel__ignore_missing_threadIan Rogers2022-01-121-4/+4
| * perf evsel: Rename CPU around get_group_fdIan Rogers2022-01-121-11/+11
| * perf stat: Correct variable name for read counterIan Rogers2022-01-121-15/+15
| * perf evsel: Derive CPUs and threads in alloc_countsIan Rogers2022-01-121-1/+1
| * perf evsel: Improve error message for uncore eventsIan Rogers2022-01-121-0/+4
| * libperf: Adopt perf_counts_values__scale() from tools/perf/utilShunsuke Nakamura2021-12-081-19/+0
* | tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu2021-12-061-0/+2
|/
* perf evsel: Fix memory leaks relating to unitIan Rogers2021-11-181-9/+9
* perf expr: Add source_count for aggregating eventsIan Rogers2021-11-131-0/+12
* perf evsel: Don't set exclude_guest by defaultRavi Bangoria2021-11-071-5/+7
* perf evsel: Fix missing exclude_{host,guest} settingNamhyung Kim2021-11-061-5/+22
* perf evsel: Add bitfield_swap() to handle branch_stack endian issueMadhavan Srinivasan2021-10-281-2/+75