/linux/kernel/ |
H A D | stacktrace.c | 112 unsigned int stack_trace_save(unsigned long *store, unsigned int size, in stack_trace_save() function 125 EXPORT_SYMBOL_GPL(stack_trace_save); 268 unsigned int stack_trace_save(unsigned long *store, unsigned int size, in stack_trace_save() function 280 EXPORT_SYMBOL_GPL(stack_trace_save);
|
H A D | backtracetest.c | 49 nr_entries = stack_trace_save(entries, ARRAY_SIZE(entries), 0); in backtrace_test_saved()
|
/linux/include/linux/ |
H A D | stacktrace.h | 70 unsigned int stack_trace_save(unsigned long *store, unsigned int size,
|
/linux/arch/powerpc/kernel/ |
H A D | eeh_event.c | 125 pe->trace_entries = stack_trace_save(pe->stack_trace, in __eeh_send_failure_event()
|
/linux/samples/fprobe/ |
H A D | fprobe_example.c | 47 len = stack_trace_save(stacks, BACKTRACE_DEPTH, 2); in show_backtrace()
|
/linux/kernel/kcsan/ |
H A D | report.c | 395 int num_stack_entries = stack_trace_save(stack_entries, NUM_STACK_ENTRIES, 1); in print_report() 594 other_info->num_stack_entries = stack_trace_save(other_info->stack_entries, NUM_STACK_ENTRIES, 2); in prepare_report_producer()
|
/linux/mm/kmsan/ |
H A D | report.c | 187 stack_trace_save(stack_entries, KMSAN_STACK_DEPTH, 1); in kmsan_report()
|
H A D | core.c | 73 nr_entries = stack_trace_save(entries, KMSAN_STACK_DEPTH, 0); in kmsan_save_stack_with_flags()
|
H A D | kmsan_test.c | 606 stack_trace_save(src_entries, ARRAY_SIZE(src_entries), 1); in test_stackdepot_roundtrip()
|
/linux/lib/ |
H A D | ref_tracker.c | 277 nr_entries = stack_trace_save(entries, ARRAY_SIZE(entries), 1); in ref_tracker_alloc() 307 nr_entries = stack_trace_save(entries, ARRAY_SIZE(entries), 1); in ref_tracker_free()
|
/linux/kernel/trace/ |
H A D | trace_stack.c | 191 stack_trace_nr_entries = stack_trace_save(stack_dump_trace, in check_stack()
|
H A D | trace_osnoise.c | 618 nr_entries = stack_trace_save(fstack->calls, size, skip); in timerlat_save_stack()
|
H A D | trace_events_hist.c | 3174 e = stack_trace_save((void *)stack_start, in __update_field_vars() 5208 e = stack_trace_save((void *)stack_start, in hist_trigger_elt_update() 5394 stack_trace_save(entries, HIST_STACKTRACE_DEPTH, in event_hist_trigger()
|
/linux/mm/ |
H A D | page_owner.c | 94 nr_entries = stack_trace_save(entries, ARRAY_SIZE(entries), 0); in create_dummy_stack() 156 nr_entries = stack_trace_save(entries, ARRAY_SIZE(entries), 2); in save_stack()
|
H A D | kmemleak.c | 655 nr_entries = stack_trace_save(entries, ARRAY_SIZE(entries), 3); in set_track_prepare()
|
/linux/mm/kfence/ |
H A D | core.c | 309 num_stack_entries = stack_trace_save(track->stack_entries, KFENCE_STACK_DEPTH, 1); in metadata_update_state() 1121 num_stack_entries = stack_trace_save(stack_entries, KFENCE_STACK_DEPTH, 0); in __kfence_alloc()
|
/linux/mm/kasan/ |
H A D | common.c | 47 nr_entries = stack_trace_save(entries, ARRAY_SIZE(entries), 0); in kasan_save_stack()
|
/linux/drivers/md/persistent-data/ |
H A D | dm-block-manager.c | 87 t->nr_entries = stack_trace_save(t->entries, MAX_STACK, 2); in __add_holder()
|
/linux/fs/btrfs/ |
H A D | ref-verify.c | 193 ra->trace_len = stack_trace_save(ra->trace, MAX_TRACE, 2); in __save_stack_trace()
|
/linux/kernel/dma/ |
H A D | debug.c | 682 entry->stack_len = stack_trace_save(entry->stack_entries, in dma_entry_alloc()
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ct.c | 414 n = stack_trace_save(entries, ARRAY_SIZE(entries), 1); in ct_track_lost_and_found()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_ct.c | 671 n = stack_trace_save(entries, ARRAY_SIZE(entries), 1); in fast_req_track()
|
/linux/drivers/md/ |
H A D | dm-bufio.c | 1085 b->stack_len = stack_trace_save(b->stack_entries, MAX_STACK, 2); in buffer_record_stack()
|
/linux/kernel/locking/ |
H A D | lockdep.c | 587 trace->nr_entries = stack_trace_save(trace->entries, max_entries, 3); in save_trace()
|
/linux/kernel/sched/ |
H A D | ext.c | 5423 ei->bt_len = stack_trace_save(ei->bt, SCX_EXIT_BT_LEN, 1); in scx_vexit()
|