Searched refs:user_stack (Results 1 – 19 of 19) sorted by relevance
| /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/perf/tests/ |
| H A D | sample-parsing.c | 161 COMP(user_stack.size); in samples_same() 162 if (memcmp(s1->user_stack.data, s2->user_stack.data, in samples_same() 163 s1->user_stack.size)) { in samples_same() 164 pr_debug("Samples differ at 'user_stack'\n"); in samples_same() 278 .user_stack = { in do_test()
|
| H A D | dwarf-unwind.c | 117 zfree(&sample.user_stack.data); in test_dwarf_unwind__thread()
|
| /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 | 4 get_stack_raw_tp # user_stack corrupted user stack (no backchain userspace)
|
| /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 | 234 /** @user_stack: Size and pointer into the sample for PERF_SAMPLE_STACK_USER. */ 235 struct stack_dump user_stack; 122 struct stack_dump user_stack; global() member
|
| H A D | unwind-libdw.c | 233 struct stack_dump *stack = &ui->sample->user_stack; in memory_read()
|
| H A D | evsel.c | 3691 data->user_stack.offset = ((char *)(array - 1) in evsel__rawptr() 3695 data->user_stack.size = 0; in format_field__intval() 3698 data->user_stack.data = (char *)array; in format_field__intval() 3701 data->user_stack.size = *array++; in format_field__intval() 3702 if (WARN_ONCE(data->user_stack.size > sz, in format_field__intval()
|
| H A D | unwind-libunwind-local.c | |
| H A D | synthetic-events.c | 1654 sz = sample->user_stack.size; in perf_event__synthesize_sample() 1868 sz = sample->user_stack.size; in __perf_event__synthesize_id_index() 1871 memcpy(array, sample->user_stack.data, sz); in __perf_event__synthesize_id_index()
|
| H A D | machine.c | 3061 !sample->user_stack.size) in machines__for_each_thread()
|
| H A D | session.c | 1607 stack_user__printf(&sample->user_stack); in perf_session__process_user_event()
|
| /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 | 235 FTRACE_ENTRY(user_stack, userstack_entry,
|
| /linux/tools/perf/ |
| H A D | builtin-inject.c | |