brintos

brintos / linux-shallow public Read only

0
0
Text · 676 B · 9af8b8d Raw
46 lines · plain
1perf-evlist(1)2==============3 4NAME5----6perf-evlist - List the event names in a perf.data file7 8SYNOPSIS9--------10[verse]11'perf evlist <options>'12 13DESCRIPTION14-----------15This command displays the names of events sampled in a perf.data file.16 17OPTIONS18-------19-i::20--input=::21        Input file name. (default: perf.data unless stdin is a fifo)22 23-f::24--force::25	Don't complain, do it.26 27-F::28--freq=::29	Show just the sample frequency used for each event.30 31-v::32--verbose::33	Show all fields.34 35-g::36--group::37	Show event group information.38 39--trace-fields::40	Show tracepoint field names.41 42SEE ALSO43--------44linkperf:perf-record[1], linkperf:perf-list[1],45linkperf:perf-report[1]46