Home
last modified time | relevance | path

Searched refs:SLOTS (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/samples/bpf/
Dtracex3_kern.c43 #define SLOTS 100 macro
49 __uint(max_entries, SLOTS);
80 if (index >= SLOTS) in bpf_prog2()
81 index = SLOTS - 1; in bpf_prog2()
Dtracex3_user.c15 #define SLOTS 100 macro
24 for (key = 0; key < SLOTS; key++) in clear_stats()
80 __u64 cnt[SLOTS]; in print_hist()
85 for (key = 0; key < SLOTS; key++) { in print_hist()
96 for (key = full_range ? 0 : 29; key < SLOTS; key++) { in print_hist()
/Linux-v6.1/tools/perf/Documentation/
Dtopdown.txt49 On Ice Lake, there is a new fixed counter 3: SLOTS, which reports
50 "pipeline SLOTS" (cycles multiplied by core issue width) and a
63 The application opens a group with fixed counter 3 (SLOTS) and any
311 - All the TopDown metric events must be in a group with the SLOTS event.
312 - The SLOTS event must be the leader of the group.
316 The SLOTS event and the TopDown metric events can be counting members of
317 a sampling read group. Since the SLOTS event must be the leader of a TopDown
/Linux-v6.1/drivers/gpu/drm/tegra/
Ddc.h560 #define SLOTS(x) (((x) & 0xff) << 0) macro
Dhub.c385 value = SLOTS(1); in tegra_dc_assign_shared_plane()