index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.c
Age
Commit message (
Expand
)
Author
2023-05-26
perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...
Song Liu
2023-05-10
perf parse-events: Do not break up AUX event group
Adrian Hunter
2023-05-10
perf evsel: Modify group pmu name for software events
Ian Rogers
2023-05-10
perf stat: Introduce skippable evsels
Ian Rogers
2023-04-24
perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...
Arnaldo Carvalho de Melo
2023-04-12
perf evsel: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-10
perf evsel: Avoid SEGV if delete is called on NULL
Ian Rogers
2023-03-15
perf record: Add BPF event filter support
Namhyung Kim
2023-03-13
perf evsel: Remove use_uncore_alias
Ian Rogers
2023-03-13
perf evsel: Add function to compute group PMU name
Ian Rogers
2023-03-13
perf evsel: Allow const evsel for certain accesses
Ian Rogers
2023-03-13
perf record: Reuse target::initial_delay
Changbin Du
2023-02-03
perf stat: Remove evsel metric_name/expr
Ian Rogers
2023-02-02
perf script: Show branch speculation info
Sandipan Das
2023-01-19
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
2022-12-16
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-12-14
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
perf util: Add host_is_bigendian to util.h
Ian Rogers
2022-11-16
perf thread_map: Reduce exposure of libperf internal API
Ian Rogers
2022-11-16
perf expr: Tidy hashmap dependency
Ian Rogers
2022-11-15
perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' member
Ian Rogers
2022-11-09
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-10-27
perf stat: Aggregate events using evsel->stats->aggr
Namhyung Kim
2022-10-27
perf tools: Use pmu info in evsel__is_hybrid()
Namhyung Kim
2022-10-27
perf tools: Save evsel->pmu in parse_events()
Namhyung Kim
2022-10-06
perf tools: Remove special handling of system-wide evsel
Namhyung Kim
2022-10-04
perf tools: Add debug messages and comments for testing
Adrian Hunter
2022-10-04
perf record: Set PERF_FORMAT_LOST by default
Namhyung Kim
2022-10-04
perf hashmap: Tidy hashmap dependency
Ian Rogers
2022-08-19
perf tools: Support reading PERF_FORMAT_LOST
Namhyung Kim
2022-07-29
perf evsel: Add arch_evsel__hw_name()
Kan Liang
2022-07-20
perf tools: Add machine_pid and vcpu to perf_sample
Adrian Hunter
2022-07-20
perf tools: Factor out evsel__id_hdr_size()
Adrian Hunter
2022-07-18
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-06-28
perf offcpu: Accept allowed sample types only
Namhyung Kim
2022-06-24
perf record ibs: Warn about sampling period skew
Ravi Bangoria
2022-05-26
perf unwind: Use dynamic register set for DWARF unwind
James Clark
2022-05-26
perf report: Do not extend sample type of bpf-output event
Namhyung Kim
2022-05-26
perf stat: Add requires_cpu flag for uncore
Adrian Hunter
2022-05-20
perf stat: Always keep perf metrics topdown events in a group
Kan Liang
2022-05-17
perf evlist: Keep topdown counters in weak group
Ian Rogers
2022-05-09
perf evsel: Add tool event helpers
Ian Rogers
2022-05-09
perf evsel: Constify a few arrays
Ian Rogers
2022-04-20
perf list: Print all available tool events
Florian Fischer
2022-03-26
perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messages
Kim Phillips
2022-03-22
perf evsel: Make evsel__env() always return a valid env
Kim Phillips
2022-03-07
perf evsel: Add error message for unsupported branch stack cases
James Clark
2022-01-22
perf evsel: Override attr->sample_period for non-libpfm4 events
German Gomez
[next]