Lines Matching +full:per +full:- +full:string
1 perf-kmem(1)
5 ----
6 perf-kmem - Tool to trace/measure kernel memory properties
9 --------
14 -----------
17 'perf kmem [<options>] record [<perf-record-options>] <command>' to
19 record' options may be specified after record, such as '-o' to
25 -------
26 -i <file>::
27 --input=<file>::
31 -f::
32 --force::
35 -v::
36 --verbose::
39 --caller::
40 Show per-callsite statistics
42 --alloc::
43 Show per-allocation statistics
45 -s <key[,key2...]>::
46 --sort=<key[,key2...]>::
51 mode selection options - i.e. --slab, --page, --alloc and/or --caller.
53 -l <num>::
54 --line=<num>::
57 --raw-ip::
60 --slab::
63 --page::
66 --live::
69 instead. (This option works with --page option only)
71 --time=<start>,<stop>::
74 string is ',x.y') then analysis starts at the beginning of the file. If
75 stop time is not given (i.e, time string is 'x.y,') then analysis goes
79 --------
80 linkperf:perf-record[1]