summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.h
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Remove evsel metric_name/exprIan Rogers2023-02-031-2/+0
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-1/+11
* perf cpumap: Tidy libperf includesIan Rogers2022-11-161-2/+0
* perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' memberIan Rogers2022-11-151-1/+1
* perf record: Set PERF_FORMAT_LOST by defaultNamhyung Kim2022-10-041-0/+1
* perf evsel: Add arch_evsel__hw_name()Kan Liang2022-07-291-0/+1
* perf tools: Factor out evsel__id_hdr_size()Adrian Hunter2022-07-201-0/+2
* perf record ibs: Warn about sampling period skewRavi Bangoria2022-06-241-0/+1
* perf stat: Always keep perf metrics topdown events in a groupKan Liang2022-05-201-1/+1
* perf evlist: Keep topdown counters in weak groupIan Rogers2022-05-171-0/+3
* perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter2022-05-101-0/+1
* perf evsel: Add tool event helpersIan Rogers2022-05-091-0/+11
* perf evsel: Constify a few arraysIan Rogers2022-05-091-6/+5
* perf list: Print all available tool eventsFlorian Fischer2022-04-201-0/+1
* perf stat: Add user_time and system_time eventsFlorian Fischer2022-04-201-0/+4
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-1/+2
* perf evsel: Rename variable cpu to indexIan Rogers2022-01-121-3/+3
* perf evsel: Reduce scope of evsel__ignore_missing_threadIan Rogers2022-01-121-4/+0
* perf stat: Correct variable name for read counterIan Rogers2022-01-121-8/+8
* perf evlist: Refactor evlist__for_each_cpu()Ian Rogers2022-01-121-1/+0
* libperf: Adopt perf_counts_values__scale() from tools/perf/utilShunsuke Nakamura2021-12-071-3/+0
* perf expr: Add source_count for aggregating eventsIan Rogers2021-11-131-0/+1
* perf evsel: Don't set exclude_guest by defaultRavi Bangoria2021-11-071-0/+1
* perf evsel: Fix missing exclude_{host,guest} settingNamhyung Kim2021-11-061-0/+4
* perf evsel: Add bitfield_swap() to handle branch_stack endian issueMadhavan Srinivasan2021-10-281-0/+13
* perf parse-events: Add new "metric-id" termIan Rogers2021-10-201-0/+2
* perf tools: Factor out copy_config_terms() and free_config_terms()Adrian Hunter2021-09-111-0/+3
* perf evsel: Handle precise_ip fallback in evsel__open_cpu()Riccardo Mancini2021-08-311-0/+2
* perf evsel: Move ignore_missing_thread() to fallback codeRiccardo Mancini2021-08-311-0/+5
* perf evsel: Separate rlimit increase from evsel__open_cpu()Riccardo Mancini2021-08-311-0/+3
* perf evsel: Separate missing feature detection from evsel__open_cpu()Riccardo Mancini2021-08-311-0/+1
* perf evsel: Add evsel__prepare_open()Riccardo Mancini2021-08-311-0/+2
* perf evsel: Save open flags in evsel in prepare_open()Riccardo Mancini2021-08-311-0/+1
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-091-5/+8
* libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-091-2/+1
* perf evsel: Add missing cloning of evsel->use_config_nameNamhyung Kim2021-06-041-2/+2
* perf stat: Warn group events from different hybrid PMUJin Yao2021-04-291-0/+1
* perf record: Create two hybrid 'cycles' events by defaultJin Yao2021-04-291-1/+1
* perf stat: Uniquify hybrid event nameJin Yao2021-04-291-0/+1
* perf stat: Introduce ':b' modifierSong Liu2021-04-291-0/+1
* perf stat: Introduce config stat.bpf-counter-eventsSong Liu2021-04-291-0/+8
* perf evsel: Remove duplicate 'struct target' forward declarationWan Jiabing2021-04-021-1/+0
* perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu2021-03-231-1/+19
* perf stat: Fix wrong skipping for per-die aggregationJin Yao2021-03-061-1/+3
* perf tools: Support PERF_SAMPLE_WEIGHT_STRUCTKan Liang2021-02-081-0/+3
* perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZEKan Liang2021-01-201-0/+1
* perf stat: Enable counting events for BPF programsSong Liu2021-01-201-0/+5
* perf evsel: Emit warning about kernel not supporting the data page size sampl...Arnaldo Carvalho de Melo2020-12-171-0/+1
* perf evsel: Add evsel__clone() functionNamhyung Kim2020-09-281-39/+54
* perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter2020-07-031-0/+6