Searched refs:user_stack (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/arch/sh/boot/compressed/ |
| H A D | misc.c | 122 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 D | sample-parsing.c | 144 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 D | dwarf-unwind.c | 135 zfree(&sample.user_stack.data); in test_dwarf_unwind__thread()
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_get_stack_rawtp.c | 14 __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 D | DENYLIST.s390x | 3 get_stack_raw_tp # user_stack corrupted user stack …
|
| /linux-6.15/tools/perf/arch/arm/tests/ |
| H A D | dwarf-unwind.c | 16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
|
| /linux-6.15/tools/perf/arch/arm64/tests/ |
| H A D | dwarf-unwind.c | 16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
|
| /linux-6.15/tools/perf/arch/powerpc/tests/ |
| H A D | dwarf-unwind.c | 16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
|
| /linux-6.15/tools/perf/arch/x86/tests/ |
| H A D | dwarf-unwind.c | 16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
|
| /linux-6.15/tools/perf/util/ |
| H A D | sample.h | 119 struct stack_dump user_stack; member
|
| H A D | unwind-libdw.c | 188 struct stack_dump *stack = &ui->sample->user_stack; in memory_read()
|
| H A D | evsel.c | 3190 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 D | unwind-libunwind-local.c | 576 struct stack_dump *stack = &ui->sample->user_stack; in access_mem()
|
| H A D | synthetic-events.c | 1523 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 D | session.c | 1091 stack_user__printf(&sample->user_stack); in dump_sample()
|
| H A D | machine.c | 2933 !sample->user_stack.size) in thread__resolve_callchain_unwind()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | get_stack_raw_tp.c | 19 __u64 user_stack[MAX_STACK_RAWTP]; member
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_entries.h | 234 FTRACE_ENTRY(user_stack, userstack_entry,
|
| /linux-6.15/fs/ocfs2/ |
| H A D | super.c | 83 bool user_stack; member 1236 if (options->user_stack == 0) { in ocfs2_check_set_options() 1369 mopt->user_stack = 1; in ocfs2_parse_param()
|