Searched refs:dwarf (Results 1 – 21 of 21) sorted by relevance
| /tools/build/feature/ |
| A D | test-libdw.c | 39 Dwarf *dwarf = NULL; in test_libdw_getcfi() local 41 return dwarf_getcfi(dwarf) == NULL; in test_libdw_getcfi()
|
| /tools/perf/Documentation/ |
| A D | perf-check.txt | 50 dwarf / HAVE_LIBDW_SUPPORT 52 dwarf-unwind / HAVE_DWARF_UNWIND_SUPPORT 57 libdw-dwarf-unwind / HAVE_LIBDW_SUPPORT
|
| A D | perf-trace.txt | 179 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 D | perf-config.txt | 113 # 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 D | perf-record.txt | 63 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 D | tips.txt | 30 If call chains don't work try perf record --call-graph dwarf or --call-graph lbr
|
| A D | perf-report.txt | 109 - srcfile: file name of the source file of the samples. Requires dwarf
|
| /tools/perf/arch/powerpc/tests/ |
| A D | Build | 2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
| /tools/perf/arch/arm/tests/ |
| A D | Build | 2 perf-test-y += dwarf-unwind.o
|
| /tools/perf/arch/arm64/tests/ |
| A D | Build | 2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
| /tools/perf/tests/shell/attr/ |
| A D | test-record-graph-dwarf | 3 args = --no-bpf-event --call-graph dwarf -- kill >/dev/null 2>&1
|
| A D | README | 49 perf record --call-graph dwarf kill (test-record-graph-dwarf)
|
| /tools/perf/tests/shell/base_probe/ |
| A D | test_line_semantics.sh | 27 $CMD_PERF check feature -q dwarf
|
| A D | test_invalid_options.sh | 26 $CMD_PERF check feature -q dwarf
|
| /tools/perf/arch/x86/tests/ |
| A D | Build | 2 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
| /tools/perf/ |
| A D | Makefile.config | 470 …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 D | dwarf-aux.h | 178 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset);
|
| A D | Build | 217 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 D | annotate-data.c | 735 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 D | dwarf-aux.c | 1710 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 D | Build | 75 perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
Completed in 28 milliseconds