Lines Matching refs:sample
33 Show sample percentage for different cpu modes.
77 - dso: name of library or module executed at the time of sample
78 - symbol: name of function executed at the time of sample
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
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
124 overhead, overhead_sys, overhead_us, overhead_children, sample and period.
134 - symbol_daddr: name of data symbol being executed on at the time of sample
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
299 This allows to examine the path the program took to each sample.
356 callgraphs for all of them. The sample sites are usually nearby,