Searched refs:retire_lat (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/tools/perf/arch/x86/tests/ |
D | sample-parsing.c | 32 COMP(retire_lat); in samples_same() 53 .retire_lat = 103, in do_test()
|
/Linux-v6.6/tools/perf/arch/x86/util/ |
D | event.c | 93 data->retire_lat = weight.var3_w; in arch_perf_parse_sample_weight() 105 *array |= ((u64)data->retire_lat << 48); in arch_perf_synthesize_sample_weight()
|
/Linux-v6.6/tools/perf/util/ |
D | sample.h | 109 u16 retire_lat; member
|
D | bpf-filter.l | 85 retire_lat { return sample_part(PERF_SAMPLE_WEIGHT_STRUCT, 3); } /* alias for weight3 */
|
/Linux-v6.6/tools/perf/Documentation/ |
D | perf-script.txt | 137 machine_pid, vcpu, cgroup, retire_lat.
|
D | perf-report.txt | 118 - retire_lat: On X86, this reports pipeline stall of this instruction compared
|
D | perf-record.txt | 201 code_pgsz, data_pgsz, weight1, weight2, weight3, ins_lat, retire_lat,
|
/Linux-v6.6/tools/perf/ |
D | builtin-script.c | 2200 fprintf(fp, "%16" PRIu16, sample->retire_lat); in process_event()
|