Searched refs:user_stack (Results 1 – 17 of 17) sorted by relevance
/linux/tools/perf/tests/ |
H A D | sample-parsing.c | 142 COMP(user_stack.size); in samples_same() 143 if (memcmp(s1->user_stack.data, s2->user_stack.data, in samples_same() 144 s1->user_stack.size)) { in samples_same() 249 .user_stack = { in do_test()
|
H A D | dwarf-unwind.c | 136 zfree(&sample.user_stack.data); in test_dwarf_unwind__thread()
|
/linux/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/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/tools/testing/selftests/bpf/ |
H A D | DENYLIST.s390x | 3 get_stack_raw_tp # user_stack corrupted user stack …
|
/linux/tools/perf/arch/arm64/tests/ |
H A D | dwarf-unwind.c | 16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
|
/linux/tools/perf/arch/arm/tests/ |
H A D | dwarf-unwind.c | 16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
|
/linux/tools/perf/arch/powerpc/tests/ |
H A D | dwarf-unwind.c | 16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
|
/linux/tools/perf/arch/x86/tests/ |
H A D | dwarf-unwind.c | 16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
|
/linux/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 | 3186 data->user_stack.offset = ((char *)(array - 1) in evsel__parse_sample() 3190 data->user_stack.size = 0; in evsel__parse_sample() 3193 data->user_stack.data = (char *)array; in evsel__parse_sample() 3196 data->user_stack.size = *array++; in evsel__parse_sample() 3197 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 | 1521 sz = sample->user_stack.size; in perf_event__sample_event_size() 1721 sz = sample->user_stack.size; in perf_event__synthesize_sample() 1724 memcpy(array, sample->user_stack.data, sz); in perf_event__synthesize_sample()
|
H A D | machine.c | 2933 (!sample->user_stack.size)) in thread__resolve_callchain_unwind()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | get_stack_raw_tp.c | 19 __u64 user_stack[MAX_STACK_RAWTP]; member
|
/linux/kernel/trace/ |
H A D | trace_entries.h | 232 FTRACE_ENTRY(user_stack, userstack_entry,
|