Home
last modified time | relevance | path

Searched refs:backtrace (Results 1 – 25 of 38) sorted by relevance

12

/linux/tools/perf/util/
H A Dsvghelper.h14 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
15 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
16 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
20 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace);
28 void svg_wakeline(u64 start, int row1, int row2, const char *backtrace);
29 …g_partial_wakeline(u64 start, int row1, char *desc1, int row2, char *desc2, const char *backtrace);
30 void svg_interrupt(u64 start, int row, const char *backtrace);
H A Ddebug.c361 /* Obtain a backtrace and print it to stdout. */
366 size_t size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in dump_stack()
/linux/tools/perf/
H A Dbuiltin-timechart.c150 const char *backtrace;
191 const char *backtrace;
283 const char *backtrace) in pid_put_sample()
303 sample->backtrace = backtrace; in pid_put_sample()
427 int waker, int wakee, u8 flags, const char *backtrace) in sched_wakeup()
433 free((char *)backtrace); in sched_wakeup()
439 we->backtrace = backtrace; in sched_wakeup()
463 const char *backtrace) in sched_switch()
149 const char *backtrace; global() member
190 const char *backtrace; global() member
282 pid_put_sample(struct timechart * tchart,int pid,int type,unsigned int cpu,u64 start,u64 end,const char * backtrace) pid_put_sample() argument
426 sched_wakeup(struct timechart * tchart,int cpu,u64 timestamp,int waker,int wakee,u8 flags,const char * backtrace) sched_wakeup() argument
460 sched_switch(struct timechart * tchart,int cpu,u64 timestamp,int prev_pid,int next_pid,u64 prev_state,const char * backtrace) sched_switch() argument
631 process_sample_sched_wakeup(struct timechart * tchart,struct evsel * evsel,struct perf_sample * sample,const char * backtrace) process_sample_sched_wakeup() argument
645 process_sample_sched_switch(struct timechart * tchart,struct evsel * evsel,struct perf_sample * sample,const char * backtrace) process_sample_sched_switch() argument
[all...]
/linux/tools/build/feature/
H A Dtest-backtrace.c10 entries = backtrace(backtrace_fns, 10); in main()
H A DMakefile8 test-backtrace.bin \
300 $(OUTPUT)test-backtrace.bin:
/linux/include/linux/
H A Dlatencytop.h22 unsigned long backtrace[LT_BACKTRACEDEPTH]; member
/linux/tools/objtool/include/objtool/
H A Dbuiltin.h34 bool backtrace;
32 bool backtrace; global() member
H A Dwarn.h91 if (opts.verbose || opts.backtrace) { \
/linux/tools/testing/selftests/kvm/lib/
H A Dassert.c41 n = backtrace(stack, n); in test_dump_stack()
/linux/tools/perf/ui/tui/
H A Dsetup.c110 size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in ui__signal_backtrace()
/linux/arch/s390/lib/
H A Dtest_unwind.c25 module_param_named(backtrace, force_bt, bool, 0444);
26 MODULE_PARM_DESC(backtrace, "print backtraces for all tests");
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkmemleak.rst218 backtrace:
/linux/tools/build/
H A DMakefile.feature67 backtrace \
/linux/tools/objtool/
H A Dbuiltin-check.c97 OPT_BOOLEAN(0, "backtrace", &opts.backtrace, "unwind on error"),
/linux/Documentation/arch/arm64/
H A Dtagged-pointers.rst36 them to generate a backtrace or call graph.
/linux/tools/perf/Documentation/
H A Dperf-timechart.txt99 Do call-graph (stack chain/backtrace) recording
H A Dperf-kwork.txt170 Maximum number of functions to display in backtrace, default 5.
H A Dperf-trace.txt176 Setup and enable call-graph (stack chain/backtrace) recording.
346 with a backtrace of at most 16 entries, system wide:
H A Dperf-top.txt188 Enables call-graph (stack chain/backtrace) recording.
191 Setup and enable call-graph (stack chain/backtrace) recording,
/linux/rust/proc-macro2/
H A Dwrapper.rs51 let backtrace = std::backtrace::Backtrace::force_capture(); in mismatch() localVariable
52 panic!("compiler/fallback mismatch L{}\n\n{}", line, backtrace) in mismatch()
/linux/Documentation/RCU/
H A Dlockdep-splat.rst39 stack backtrace:
/linux/lib/
H A DKconfig.kgdb112 0x0020 - allow passive inspection (backtrace, process list, lsmod)
/linux/net/ipv4/
H A Dfib_trie.c1481 goto backtrace; in fib_table_lookup()
1494 goto backtrace; in fib_table_lookup()
1506 backtrace: in fib_table_lookup()
1622 goto backtrace; in fib_table_lookup()
/linux/Documentation/arch/x86/
H A Dearlyprintk.rst141 …rminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I) saK show-backtrace-all-active-cpus(…
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1548 depot_stack_handle_t backtrace; in __topology_ref_save() local
1554 backtrace = stack_depot_save(stack_entries, n, GFP_KERNEL); in __topology_ref_save()
1555 if (!backtrace) in __topology_ref_save()
1560 if (history->entries[i].backtrace == backtrace) { in __topology_ref_save()
1580 entry->backtrace = backtrace; in __topology_ref_save()
1640 stack_depot_snprint(entry->backtrace, buf, PAGE_SIZE, 4); in __dump_topology_ref_history()

12