summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)Author
2022-07-29perf evsel: Add arch_evsel__hw_name()Kan Liang
2022-07-20perf tools: Add machine_pid and vcpu to perf_sampleAdrian Hunter
2022-07-20perf tools: Factor out evsel__id_hdr_size()Adrian Hunter
2022-07-18Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-06-28perf offcpu: Accept allowed sample types onlyNamhyung Kim
2022-06-24perf record ibs: Warn about sampling period skewRavi Bangoria
2022-05-26perf unwind: Use dynamic register set for DWARF unwindJames Clark
2022-05-26perf report: Do not extend sample type of bpf-output eventNamhyung Kim
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter
2022-05-20perf stat: Always keep perf metrics topdown events in a groupKan Liang
2022-05-17perf evlist: Keep topdown counters in weak groupIan Rogers
2022-05-09perf evsel: Add tool event helpersIan Rogers
2022-05-09perf evsel: Constify a few arraysIan Rogers
2022-04-20perf list: Print all available tool eventsFlorian Fischer
2022-03-26perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messagesKim Phillips
2022-03-22perf evsel: Make evsel__env() always return a valid envKim Phillips
2022-03-07perf evsel: Add error message for unsupported branch stack casesJames Clark
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12perf evsel: Rename variable cpu to indexIan Rogers
2022-01-12perf evsel: Reduce scope of evsel__ignore_missing_threadIan Rogers
2022-01-12perf evsel: Rename CPU around get_group_fdIan Rogers
2022-01-12perf stat: Correct variable name for read counterIan Rogers
2022-01-12perf evsel: Derive CPUs and threads in alloc_countsIan Rogers
2022-01-12perf evsel: Improve error message for uncore eventsIan Rogers
2021-12-07libperf: Adopt perf_counts_values__scale() from tools/perf/utilShunsuke Nakamura
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu
2021-11-18perf evsel: Fix memory leaks relating to unitIan Rogers
2021-11-13perf expr: Add source_count for aggregating eventsIan Rogers
2021-11-07perf evsel: Don't set exclude_guest by defaultRavi Bangoria
2021-11-06perf evsel: Fix missing exclude_{host,guest} settingNamhyung Kim
2021-10-28perf evsel: Add bitfield_swap() to handle branch_stack endian issueMadhavan Srinivasan
2021-10-20perf parse-events: Add new "metric-id" termIan Rogers
2021-09-11perf tools: Factor out copy_config_terms() and free_config_terms()Adrian Hunter
2021-08-31perf evsel: Handle precise_ip fallback in evsel__open_cpu()Riccardo Mancini
2021-08-31perf evsel: Move bpf_counter__install_pe() to success path in evsel__open_cpu()Riccardo Mancini
2021-08-31perf evsel: Move test_attr__open() to success path in evsel__open_cpu()Riccardo Mancini
2021-08-31perf evsel: Move ignore_missing_thread() to fallback codeRiccardo Mancini
2021-08-31perf evsel: Separate rlimit increase from evsel__open_cpu()Riccardo Mancini
2021-08-31perf evsel: Separate missing feature detection from evsel__open_cpu()Riccardo Mancini
2021-08-31perf evsel: Add evsel__prepare_open()Riccardo Mancini
2021-08-31perf evsel: Separate missing feature disabling from evsel__open_cpuRiccardo Mancini
2021-08-31perf evsel: Save open flags in evsel in prepare_open()Riccardo Mancini
2021-08-31perf evsel: Separate open preparation from open itselfRiccardo Mancini
2021-08-31perf evsel: Remove retry_sample_id goto labelRiccardo Mancini
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa
2021-06-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo