Lines Matching +full:up +full:- +full:samples
8 This document describes the on-disk perf.data directory format.
20 - there is a single perf.data file named 'data' within the directory.
23 $ tree -ps perf.data
25 └── [-rw------- 25912] data
31 the --kcore option which puts a copy of /proc/kcore into the directory.
34 $ sudo perf record --kcore uname
36 [ perf record: Woken up 1 times to write data ]
37 [ perf record: Captured and wrote 0.015 MB perf.data (9 samples) ]
38 $ sudo tree -ps perf.data
40 ├── [-rw------- 23744] data
41 └── [drwx------ 4096] kcore_dir
42 ├── [-r-------- 6731125] kallsyms
43 ├── [-r-------- 40230912] kcore
44 └── [-r-------- 5419] modules
47 $ sudo perf script -v
50 …build id event received for /lib/x86_64-linux-gnu/libc-2.28.so: 5b157f49586a3ca84d55837f97ff466767…
51 Samples for 'cycles' event do not have CPU attribute set. Skipping 'cpu' field.
52 Using CPUID GenuineIntel-6-8E-A
63 …5.481643: 2172167 cycles: 7f1a48c393c0 _IO_un_link+0x0 (/lib/x86_64-linux-gnu/libc-2.28.so)