Home
last modified time | relevance | path

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

/Linux-v5.10/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.c16 #define SLOTS 100 macro
25 for (key = 0; key < SLOTS; key++) in clear_stats()
81 __u64 cnt[SLOTS]; in print_hist()
86 for (key = 0; key < SLOTS; key++) { in print_hist()
97 for (key = full_range ? 0 : 29; key < SLOTS; key++) { in print_hist()
/Linux-v5.10/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
241 - All the TopDown metric events must be in a group with the SLOTS event.
242 - The SLOTS event must be the leader of the group.
246 The SLOTS event and the TopDown metric events can be counting members of
247 a sampling read group. Since the SLOTS event must be the leader of a TopDown
/Linux-v5.10/drivers/gpu/drm/tegra/
Ddc.h543 #define SLOTS(x) (((x) & 0xff) << 0) macro
Dhub.c300 value = SLOTS(1); in tegra_dc_assign_shared_plane()