Home
last modified time | relevance | path

Searched refs:bpf_stack_build_id (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_stacktrace_build_id.c25 typedef struct bpf_stack_build_id stack_trace_t[PERF_MAX_STACK_DEPTH];
45 __u32 max_len = sizeof(struct bpf_stack_build_id) in oncpu()
Dtest_get_stack_rawtp.c15 struct bpf_stack_build_id user_stack_buildid[MAX_STACK_RAWTP];
71 max_buildid_len = MAX_STACK_RAWTP * sizeof(struct bpf_stack_build_id); in bpf_prog1()
/linux-6.1.9/kernel/bpf/
Dstackmap.c42 sizeof(struct bpf_stack_build_id) : sizeof(u64); in stack_map_data_size()
88 BUILD_BUG_ON(sizeof(struct bpf_stack_build_id) % sizeof(u64)); in stack_map_alloc()
90 if (value_size % sizeof(struct bpf_stack_build_id) || in stack_map_alloc()
91 value_size / sizeof(struct bpf_stack_build_id) in stack_map_alloc()
127 static void stack_map_get_build_id_offset(struct bpf_stack_build_id *id_offs, in stack_map_get_build_id_offset()
248 (struct bpf_stack_build_id *)new_bucket->data, in __bpf_get_stackid()
250 trace_len = trace_nr * sizeof(struct bpf_stack_build_id); in __bpf_get_stackid()
407 elem_size = (user && user_build_id) ? sizeof(struct bpf_stack_build_id) in __bpf_get_stack()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dstacktrace_build_id.c14 struct bpf_stack_build_id id_offs[PERF_MAX_STACK_DEPTH]; in test_stacktrace_build_id()
101 sizeof(struct bpf_stack_build_id); in test_stacktrace_build_id()
Dget_stack_raw_tp.c20 struct bpf_stack_build_id user_stack_buildid[MAX_STACK_RAWTP];
Dstacktrace_build_id_nmi.c33 struct bpf_stack_build_id id_offs[PERF_MAX_STACK_DEPTH]; in test_stacktrace_build_id_nmi()
/linux-6.1.9/tools/include/uapi/linux/
Dbpf.h1289 struct bpf_stack_build_id { struct
/linux-6.1.9/include/uapi/linux/
Dbpf.h1289 struct bpf_stack_build_id { struct
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_progs.c527 sizeof(struct bpf_stack_build_id)]; in compare_map_keys()