Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 13 of 13) sorted by relevance

/tools/lib/traceevent/
Dplugin_function.c29 char **stack; member
59 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child()
/tools/perf/arch/arm64/tests/
Ddwarf-unwind.c14 struct stack_dump *stack = &sample->user_stack; in sample_ustack() local
/tools/perf/arch/arm/tests/
Ddwarf-unwind.c14 struct stack_dump *stack = &sample->user_stack; in sample_ustack() local
/tools/perf/arch/x86/tests/
Ddwarf-unwind.c15 struct stack_dump *stack = &sample->user_stack; in sample_ustack() local
/tools/testing/selftests/x86/
Dsyscall_arg_fault.c69 stack_t stack = { in main() local
Dsigreturn.c605 stack_t stack = { in main() local
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c138 struct intel_pt_stack stack; member
262 static void intel_pt_pop_blk(struct intel_pt_stack *stack) in intel_pt_pop_blk()
273 static uint64_t intel_pt_pop(struct intel_pt_stack *stack) in intel_pt_pop()
286 static int intel_pt_alloc_blk(struct intel_pt_stack *stack) in intel_pt_alloc_blk()
305 static int intel_pt_push(struct intel_pt_stack *stack, uint64_t ip) in intel_pt_push()
319 static void intel_pt_clear_stack(struct intel_pt_stack *stack) in intel_pt_clear_stack()
326 static void intel_pt_free_stack(struct intel_pt_stack *stack) in intel_pt_free_stack()
/tools/perf/util/
Dunwind-libdw.c120 struct stack_dump *stack = &ui->sample->user_stack; in memory_read() local
Dunwind-libunwind.c443 struct stack_dump *stack = &ui->sample->user_stack; in access_mem() local
Dthread-stack.c97 struct thread_stack_entry *stack; member
/tools/testing/selftests/memfd/
Dfuse_test.c202 uint8_t *stack; in spawn_sealing_thread() local
Dmemfd_test.c509 uint8_t *stack; in spawn_idle_thread() local
/tools/lguest/
Dlguest.c1852 char *stack = malloc(32768); in start_virtqueue() local