Searched defs:stack (Results 1 – 8 of 8) sorted by relevance
/kernel/trace/ |
A D | fprobe.c | 156 static inline bool write_fprobe_header(unsigned long *stack, in write_fprobe_header() 167 static inline void read_fprobe_header(unsigned long *stack, in read_fprobe_header() 184 static inline bool write_fprobe_header(unsigned long *stack, in write_fprobe_header() 197 static inline void read_fprobe_header(unsigned long *stack, in read_fprobe_header()
|
A D | trace_stack.c | 155 static void check_stack(unsigned long ip, unsigned long *stack) in check_stack() 295 unsigned long stack; in stack_trace_call() local
|
A D | trace_events_synth.c | 464 long *stack, in trace_stack() 556 long *stack = (long *)(long)var_ref_vals[val_idx]; in trace_event_raw_event_synth() local
|
A D | trace_events_hist.c | 5387 unsigned long *stack, n_entries; in event_hist_trigger() local
|
/kernel/ |
A D | fork.c | 285 void *stack; in alloc_thread_stack_node() local 398 unsigned long *stack; in alloc_thread_stack_node() local 447 void *stack = task_stack_page(tsk); in account_kernel_stack() local
|
/kernel/time/ |
A D | timer_migration.c | 1644 struct tmigr_group *group, *child, **stack; in tmigr_setup_groups() local
|
/kernel/bpf/ |
A D | verifier.c | 1304 static bool is_stack_slot_special(const struct bpf_stack_state *stack) in is_stack_slot_special() 1327 static bool is_spilled_reg(const struct bpf_stack_state *stack) in is_spilled_reg() 1332 static bool is_spilled_scalar_reg(const struct bpf_stack_state *stack) in is_spilled_scalar_reg() 1338 static bool is_spilled_scalar_reg64(const struct bpf_stack_state *stack) in is_spilled_scalar_reg64() 18699 struct bpf_stack_state *stack) in is_stack_all_misc() 18714 struct bpf_stack_state *stack) in scalar_reg_for_stack() 24402 u32 *stack, *pre, *low, *dfs; in compute_scc() local
|
A D | btf.c | 316 struct resolve_vertex stack[MAX_RESOLVE_DEPTH]; member
|
Completed in 87 milliseconds