Lines Matching refs:of
30 Show the number of samples for each symbol
42 file://filename entries. This option will affect the percentage of
52 file://filename entries. This option will affect the percentage of
57 file://filename entries. This option will affect the percentage of
75 - comm: command (name) of the task which can be read via /proc/<pid>/comm
76 - pid: command and tid of the task
77 - dso: name of library or module executed at the time of sample
78 - symbol: name of function executed at the time of sample
79 - parent: name of function matched to the parent regex filter. Unmatched
81 - cpu: cpu number the task ran at the time of sample
82 - socket: processor socket number the task ran at the time of sample
83 - srcline: filename and line number executed at the time of sample. The
85 - srcfile: file name of the source file of the same. Requires dwarf
89 - local_weight: Local weight version of the weight above.
91 - overhead: Overhead percentage of sample
92 - overhead_sys: Overhead percentage of sample running in system mode
93 - overhead_us: Overhead percentage of sample running in user mode
94 - overhead_guest_sys: Overhead percentage of sample running in system mode
96 - overhead_guest_us: Overhead percentage of sample running in user mode on
98 - sample: Number of sample
99 - period: Raw number of event count of sample
108 - dso_from: name of library or module branched from
109 - dso_to: name of library or module branched to
110 - symbol_from: name of function branched from
111 - symbol_to: name of function branched to
134 - symbol_daddr: name of data symbol being executed on at the time of sample
135 - dso_daddr: name of library or module containing the data being executed
136 on at the time of sample
137 - locked: whether the bus was locked at the time of sample
138 - tlb: type of tlb access for the data at the time of sample
139 - mem: type of memory access for the data at the time of sample
140 - snoop: type of snoop (if any) for the data at the time of sample
141 - dcacheline: the cacheline the data address is on at the time of sample
148 A regex filter to identify parent. The parent is a caller of this
165 all occurrences of this separator in symbol names (and other output)
175 call order, sort key and branch. Note that ordering of parameters is not
180 - flat: single column, linear exposure of call chains.
182 - fractal: like graph, but displays relative rates. Each branch of
190 number of call graph entries in a single hist entry. Note that it needs
208 Accumulate callchain of children to parent entry so that then can
228 Ignore callees of the function(s) matching the given regex.
229 This has the effect of collecting the callers of each such
238 zooming into DSOs or threads, among other features. Use of --tui
264 --cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
265 be provided as a comma-separated list with no space: 0,1. Ranges of
277 Show raw instruction encoding of assembly instructions.
279 --show-total-period:: Show a column with the sum of periods.
285 It currently includes: cpu and numa topology of the host system.
289 Use the addresses of sampled taken branches instead of the instruction
298 Add the addresses of sampled taken branches to the callstack.
316 Use the data addresses of samples in addition to instruction addresses
327 Determine how to display the overhead percentage of filtered entries.
332 sum of shown entries will be always 100%. "absolute" means it retains
356 callgraphs for all of them. The sample sites are usually nearby,