Home
last modified time | relevance | path

Searched refs:user_stack (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/arch/sh/boot/compressed/
H A Dmisc.c122 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE]; variable
123 long *stack_start = &user_stack[STACK_SIZE];
/linux-6.15/tools/perf/tests/
H A Dsample-parsing.c144 COMP(user_stack.size); in samples_same()
145 if (memcmp(s1->user_stack.data, s2->user_stack.data, in samples_same()
146 s1->user_stack.size)) { in samples_same()
259 .user_stack = { in do_test()
H A Ddwarf-unwind.c135 zfree(&sample.user_stack.data); in test_dwarf_unwind__thread()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_get_stack_rawtp.c14 __u64 user_stack[MAX_STACK_RAWTP]; member
75 data->user_stack_size = bpf_get_stack(ctx, data->user_stack, max_len, in bpf_prog1()
/linux-6.15/tools/testing/selftests/bpf/
H A DDENYLIST.s390x3 get_stack_raw_tp # user_stack corrupted user stack …
/linux-6.15/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/linux-6.15/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/linux-6.15/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/linux-6.15/tools/perf/arch/x86/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/linux-6.15/tools/perf/util/
H A Dsample.h119 struct stack_dump user_stack; member
H A Dunwind-libdw.c188 struct stack_dump *stack = &ui->sample->user_stack; in memory_read()
H A Devsel.c3190 data->user_stack.offset = ((char *)(array - 1) in evsel__parse_sample()
3194 data->user_stack.size = 0; in evsel__parse_sample()
3197 data->user_stack.data = (char *)array; in evsel__parse_sample()
3200 data->user_stack.size = *array++; in evsel__parse_sample()
3201 if (WARN_ONCE(data->user_stack.size > sz, in evsel__parse_sample()
H A Dunwind-libunwind-local.c576 struct stack_dump *stack = &ui->sample->user_stack; in access_mem()
H A Dsynthetic-events.c1523 sz = sample->user_stack.size; in perf_event__sample_event_size()
1723 sz = sample->user_stack.size; in perf_event__synthesize_sample()
1726 memcpy(array, sample->user_stack.data, sz); in perf_event__synthesize_sample()
H A Dsession.c1091 stack_user__printf(&sample->user_stack); in dump_sample()
H A Dmachine.c2933 !sample->user_stack.size) in thread__resolve_callchain_unwind()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c19 __u64 user_stack[MAX_STACK_RAWTP]; member
/linux-6.15/kernel/trace/
H A Dtrace_entries.h234 FTRACE_ENTRY(user_stack, userstack_entry,
/linux-6.15/fs/ocfs2/
H A Dsuper.c83 bool user_stack; member
1236 if (options->user_stack == 0) { in ocfs2_check_set_options()
1369 mopt->user_stack = 1; in ocfs2_parse_param()