Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.32-rc8 25 lines 422 B view raw
1perf-trace(1) 2============== 3 4NAME 5---- 6perf-trace - Read perf.data (created by perf record) and display trace output 7 8SYNOPSIS 9-------- 10[verse] 11'perf trace' [-i <file> | --input=file] symbol_name 12 13DESCRIPTION 14----------- 15This command reads the input file and displays the trace recorded. 16 17OPTIONS 18------- 19-D:: 20--dump-raw-trace=:: 21 Display verbose dump of the trace data. 22 23SEE ALSO 24-------- 25linkperf:perf-record[1]