Home
last modified time | relevance | path

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

/linux/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/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()
265 .user_stack = { in do_test()
H A Ddwarf-unwind.c117 zfree(&sample.user_stack.data); in test_dwarf_unwind__thread()
/linux/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/tools/testing/selftests/bpf/
H A DDENYLIST.s390x4 get_stack_raw_tp # user_stack corrupted user stack (no backchain userspace)
/linux/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/linux/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/linux/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/linux/tools/perf/arch/x86/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/linux/tools/perf/util/
H A Dsample.h232 /** @user_stack: Size and pointer into the sample for PERF_SAMPLE_STACK_USER. */
233 struct stack_dump user_stack;
122 struct stack_dump user_stack; global() member
H A Dunwind-libdw.c216 struct stack_dump *stack = &ui->sample->user_stack; in memory_read()
H A Devsel.c3505 data->user_stack.offset = ((char *)(array - 1) in evsel__parse_sample()
3509 data->user_stack.size = 0; in evsel__parse_sample()
3512 data->user_stack.data = (char *)array; in evsel__parse_sample()
3515 data->user_stack.size = *array++; in evsel__parse_sample()
3516 if (WARN_ONCE(data->user_stack.size > sz, in evsel__parse_sample()
H A Dunwind-libunwind-local.c574 struct stack_dump *stack = &ui->sample->user_stack; in access_mem()
H A Dsynthetic-events.c1534 sz = sample->user_stack.size; in perf_event__sample_event_size()
1740 sz = sample->user_stack.size; in perf_event__synthesize_sample()
1743 memcpy(array, sample->user_stack.data, sz); in perf_event__synthesize_sample()
H A Dmachine.c3000 !sample->user_stack.size) in thread__resolve_callchain_unwind()
H A Dsession.c1156 stack_user__printf(&sample->user_stack); in dump_sample()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c19 __u64 user_stack[MAX_STACK_RAWTP]; member
/linux/kernel/trace/
H A Dtrace_entries.h235 FTRACE_ENTRY(user_stack, userstack_entry,
/linux/tools/perf/
H A Dbuiltin-inject.c458 sample_size -= sample->user_stack.size; in perf_event__convert_sample_callchain()