Home
last modified time | relevance | path

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

/linux/samples/bpf/
A 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()
A 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()
/linux/tools/perf/Documentation/
A 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/drivers/gpu/drm/tegra/
A Ddc.h557 #define SLOTS(x) (((x) & 0xff) << 0) macro
A Dhub.c382 value = SLOTS(1); in tegra_dc_assign_shared_plane()

Completed in 17 milliseconds