Path: blob/master/tools/perf/Documentation/perf-evlist.txt
26282 views
perf-evlist(1)1==============23NAME4----5perf-evlist - List the event names in a perf.data file67SYNOPSIS8--------9[verse]10'perf evlist <options>'1112DESCRIPTION13-----------14This command displays the names of events sampled in a perf.data file.1516OPTIONS17-------18-i::19--input=::20Input file name. (default: perf.data unless stdin is a fifo)2122-f::23--force::24Don't complain, do it.2526-F::27--freq=::28Show just the sample frequency used for each event.2930-v::31--verbose::32Show all fields.3334-g::35--group::36Show event group information.3738--trace-fields::39Show tracepoint field names.4041SEE ALSO42--------43linkperf:perf-record[1], linkperf:perf-list[1],44linkperf:perf-report[1]454647