Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c142 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 Ddwarf-unwind.c136 zfree(&sample.user_stack.data); in test_dwarf_unwind__thread()
/openbmc/linux/arch/sh/boot/compressed/
H A Dmisc.c125 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE]; variable
126 long *stack_start = &user_stack[STACK_SIZE];
/openbmc/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()
/openbmc/linux/arch/ia64/include/asm/
H A Dptrace.h91 # define user_stack(task,regs) ((long) regs - (long) task == IA64_STK_OFFSET - sizeof(*regs)) macro
96 !user_mode(_regs) && user_stack(_task, _regs); \
/openbmc/linux/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/openbmc/linux/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/openbmc/linux/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/openbmc/linux/tools/perf/arch/x86/tests/
H A Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack()
/openbmc/linux/tools/perf/util/
H A Dsample.h118 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.c2601 data->user_stack.offset = ((char *)(array - 1) in evsel__parse_sample()
2605 data->user_stack.size = 0; in evsel__parse_sample()
2608 data->user_stack.data = (char *)array; in evsel__parse_sample()
2611 data->user_stack.size = *array++; in evsel__parse_sample()
2612 if (WARN_ONCE(data->user_stack.size > sz, in evsel__parse_sample()
H A Dunwind-libunwind-local.c557 struct stack_dump *stack = &ui->sample->user_stack; in access_mem()
H A Dsynthetic-events.c1505 sz = sample->user_stack.size; in perf_event__sample_event_size()
1701 sz = sample->user_stack.size; in perf_event__synthesize_sample()
1704 memcpy(array, sample->user_stack.data, sz); in perf_event__synthesize_sample()
H A Dsession.c1372 stack_user__printf(&sample->user_stack); in dump_sample()
H A Dmachine.c3169 (!sample->user_stack.size)) in thread__resolve_callchain_unwind()
/openbmc/linux/tools/testing/selftests/bpf/
H A DDENYLIST.s390x10 get_stack_raw_tp # user_stack corrupted user stack …
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c19 __u64 user_stack[MAX_STACK_RAWTP]; member
/openbmc/linux/Documentation/arch/ia64/
H A Dfsys.rst64 user_stack(task,regs)
71 user_stack() returns TRUE if the state pointed to by "regs" was
76 !user_mode(regs) && user_stack(task,regs)
/openbmc/linux/kernel/trace/
H A Dtrace_entries.h205 FTRACE_ENTRY(user_stack, userstack_entry,
/openbmc/linux/arch/ia64/kernel/
H A Dunaligned.c349 if (!user_stack(current, regs)) { in set_rse_reg()
420 if (!user_stack(current, regs)) { in get_rse_reg()
/openbmc/linux/fs/ocfs2/
H A Dsuper.c1240 int status, user_stack = 0; in ocfs2_parse_options() local
1395 user_stack = 1; in ocfs2_parse_options()
1454 if (user_stack == 0) { in ocfs2_parse_options()