Home
last modified time | relevance | path

Searched refs:dwarf (Results 1 – 21 of 21) sorted by relevance

/tools/build/feature/
A Dtest-libdw.c39 Dwarf *dwarf = NULL; in test_libdw_getcfi() local
41 return dwarf_getcfi(dwarf) == NULL; in test_libdw_getcfi()
/tools/perf/Documentation/
A Dperf-check.txt50 dwarf / HAVE_LIBDW_SUPPORT
52 dwarf-unwind / HAVE_DWARF_UNWIND_SUPPORT
57 libdw-dwarf-unwind / HAVE_LIBDW_SUPPORT
A Dperf-trace.txt179 are 'dwarf' and 'lbr', where available, try: 'perf trace --call-graph dwarf'.
207 knobs in --call-graph dwarf.
209 Implies '--call-graph dwarf' when --call-graph not present on the
219 Implies '--call-graph dwarf' when --call-graph not present on the
316 # perf trace -F min --call-graph=dwarf --max-events 1 --cpu 0
A Dperf-config.txt113 # fp (framepointer), dwarf
448 The mode for user space can be 'fp' (frame pointer), 'dwarf'
449 and 'lbr'. The value 'dwarf' is effective only if libunwind
457 When using dwarf into record-mode, the default size will be used if omitted.
A Dperf-record.txt63 FP mode, "dwarf" for DWARF mode, "lbr" for LBR mode and
65 - 'stack-size': user stack size for dwarf mode
304 Valid options are "fp" (frame pointer), "dwarf" (DWARF's CFI -
310 call graphs, using "dwarf", if available (perf tools linked to
318 When "dwarf" recording is used, perf also records (user) stack dump
321 "--call-graph dwarf,4096".
A Dtips.txt30 If call chains don't work try perf record --call-graph dwarf or --call-graph lbr
A Dperf-report.txt109 - srcfile: file name of the source file of the samples. Requires dwarf
/tools/perf/arch/powerpc/tests/
A DBuild2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
/tools/perf/arch/arm/tests/
A DBuild2 perf-test-y += dwarf-unwind.o
/tools/perf/arch/arm64/tests/
A DBuild2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
/tools/perf/tests/shell/attr/
A Dtest-record-graph-dwarf3 args = --no-bpf-event --call-graph dwarf -- kill >/dev/null 2>&1
A DREADME49 perf record --call-graph dwarf kill (test-record-graph-dwarf)
/tools/perf/tests/shell/base_probe/
A Dtest_line_semantics.sh27 $CMD_PERF check feature -q dwarf
A Dtest_invalid_options.sh26 $CMD_PERF check feature -q dwarf
/tools/perf/arch/x86/tests/
A DBuild2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
/tools/perf/
A DMakefile.config470 …dw.h found or old libdw.h found or elfutils is older than 0.157, disables dwarf support. Please in…
730 dwarf-post-unwind := 1
731 dwarf-post-unwind-text := BUG
737 dwarf-post-unwind := 0
739 dwarf-post-unwind-text := libdw
743 dwarf-post-unwind-text := libunwind
751 ifeq ($(dwarf-post-unwind),1)
1312 ifeq ($(dwarf-post-unwind),1)
1313 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text)) $(info $(MSG))
/tools/perf/util/
A Ddwarf-aux.h178 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset);
A DBuild217 perf-util-$(CONFIG_LIBDW) += dwarf-aux.o
218 perf-util-$(CONFIG_LIBDW) += dwarf-regs.o
219 perf-util-$(CONFIG_LIBDW) += dwarf-regs-csky.o
220 perf-util-$(CONFIG_LIBDW) += dwarf-regs-powerpc.o
221 perf-util-$(CONFIG_LIBDW) += dwarf-regs-x86.o
A Dannotate-data.c735 Dwarf *dwarf = dloc->di->dbg; in global_var__collect() local
742 while (dwarf_nextcu(dwarf, off, &next_off, &header_size, in global_var__collect()
747 if (dwarf_offdie(dwarf, off + header_size, &cu_die) == NULL) { in global_var__collect()
761 if (!dwarf_offdie(dwarf, pos->die_off, &type_die)) in global_var__collect()
A Ddwarf-aux.c1710 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset) in die_get_cfa() argument
1717 cfi = dwarf_getcfi(dwarf); in die_get_cfa()
/tools/perf/tests/
A DBuild75 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o

Completed in 28 milliseconds