Home
last modified time | relevance | path

Searched refs:retire_latency (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/Documentation/
H A Dtopdown.txt332 Rapids microarchitecture. The TPEBS feature adds a 16 bit retire_latency field
338 retire_latency value.
342 In the most recent release of TMA, the metrics begin to use event retire_latency
346 of workloads in execution environments, retire_latency values measured at real
351 capture retire_latency value of required events(event with :R in metric formula)
352 with perf record. The retire_latency value would be used in metric calculation.
H A Dperf-stat.txt502 Enable automatic sampling on Intel TPEBS retire_latency events (event with :R
503 modifier). Without this option, perf would not capture dynamic retire_latency
504 at runtime. Currently, a zero value is assigned to the retire_latency event when
/linux-6.15/arch/x86/include/asm/
H A Dperf_event.h458 retire_latency:16, member
/linux-6.15/arch/x86/events/intel/
H A Dds.c2104 data->weight.var3_w = basic->retire_latency; in setup_pebs_adaptive_sample_data()