summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Factor out copy_config_terms() and free_config_terms()Adrian Hunter2021-09-111-5/+15
* perf evsel: Handle precise_ip fallback in evsel__open_cpu()Riccardo Mancini2021-08-311-33/+26
* perf evsel: Move bpf_counter__install_pe() to success path in evsel__open_cpu()Riccardo Mancini2021-08-311-2/+2
* perf evsel: Move test_attr__open() to success path in evsel__open_cpu()Riccardo Mancini2021-08-311-5/+5
* perf evsel: Move ignore_missing_thread() to fallback codeRiccardo Mancini2021-08-311-16/+13
* perf evsel: Separate rlimit increase from evsel__open_cpu()Riccardo Mancini2021-08-311-20/+30
* perf evsel: Separate missing feature detection from evsel__open_cpu()Riccardo Mancini2021-08-311-83/+91
* perf evsel: Add evsel__prepare_open()Riccardo Mancini2021-08-311-0/+14
* perf evsel: Separate missing feature disabling from evsel__open_cpuRiccardo Mancini2021-08-311-26/+31
* perf evsel: Save open flags in evsel in prepare_open()Riccardo Mancini2021-08-311-12/+12
* perf evsel: Separate open preparation from open itselfRiccardo Mancini2021-08-311-11/+34
* perf evsel: Remove retry_sample_id goto labelRiccardo Mancini2021-08-311-2/+1
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-091-5/+24
* libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-091-2/+1
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-06-221-0/+1
|\
| * perf evsel: Add missing cloning of evsel->use_config_nameNamhyung Kim2021-06-041-0/+1
* | perf evsel: Adjust hybrid event and global event mixed groupJin Yao2021-06-101-0/+25
|/
* perf stat: Warn group events from different hybrid PMUJin Yao2021-04-291-0/+6
* perf record: Create two hybrid 'cycles' events by defaultJin Yao2021-04-291-3/+3
* perf stat: Introduce config stat.bpf-counter-eventsSong Liu2021-04-291-0/+22
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-2/+2
* perf stat: Fix wrong skipping for per-die aggregationJin Yao2021-03-061-1/+17
* perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang2021-02-181-9/+8
* perf report: Support instruction latencyKan Liang2021-02-081-1/+3
* perf tools: Support PERF_SAMPLE_WEIGHT_STRUCTKan Liang2021-02-081-4/+24
* perf tools: Support the auxiliary eventKan Liang2021-02-081-0/+3
* perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZEKan Liang2021-01-201-1/+17
* perf stat: Enable counting events for BPF programsSong Liu2021-01-201-0/+5
* perf record: Add --buildid-mmap option to enable PERF_RECORD_MMAP2's build idJiri Olsa2020-12-281-4/+6
* perf evsel: Emit warning about kernel not supporting the data page size sampl...Arnaldo Carvalho de Melo2020-12-171-1/+8
* perf record: Support new sample type for data page sizeKan Liang2020-12-171-0/+9
* perf evlist: Use the right prefix for 'struct evlist' sample id lookup methodsArnaldo Carvalho de Melo2020-11-301-1/+1
* perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefixArnaldo Carvalho de Melo2020-11-301-25/+15
* perf evsel: Add evsel__clone() functionNamhyung Kim2020-09-281-0/+104
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-171-3/+7
|\
| * perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian2020-09-141-2/+1
| * perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp2020-09-141-1/+6
* | perf tests: Call test_attr__open() directlyJiri Olsa2020-09-101-0/+5
|/
* perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc linkAlexey Budankov2020-08-061-2/+4
* perf tools: Improve aux_output not supported errorAdrian Hunter2020-08-061-0/+4
* perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao2020-08-041-2/+4
* perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter2020-07-101-1/+6
* perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2020-07-061-2/+2
* perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter2020-07-031-7/+1
* perf tools: Add optional support for libpfm4Stephane Eranian2020-05-291-1/+1
* perf tool: Make perf tool aware of SELinux access controlAlexey Budankov2020-05-281-15/+24
* perf evsel: Initialize evsel->per_pkg_mask to NULL in evsel__init()Arnaldo Carvalho de Melo2020-05-281-0/+1
* perf evsel: Fix 2 memory leaksIan Rogers2020-05-281-0/+2
* perf evsel: Dummy events never triggers, no need to ask for PERF_SAMPLE_BRANC...Ian Rogers2020-05-281-1/+4
* perf counts: Rename perf_evsel__*counts() to evsel__*counts()Arnaldo Carvalho de Melo2020-05-281-2/+2