in_die            358 arch/x86/hyperv/hv_init.c void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die)
in_die            363 arch/x86/hyperv/hv_init.c 	if (in_die && !panic_on_oops)
in_die            166 include/asm-generic/mshyperv.h void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die);
in_die            183 tools/perf/util/dwarf-aux.c int die_get_call_lineno(Dwarf_Die *in_die)
in_die            188 tools/perf/util/dwarf-aux.c 	if (!dwarf_attr(in_die, DW_AT_call_line, &attr))
in_die            390 tools/perf/util/dwarf-aux.c static int die_get_call_fileno(Dwarf_Die *in_die)
in_die            394 tools/perf/util/dwarf-aux.c 	if (die_get_attr_sdata(in_die, DW_AT_call_file, &idx) == 0)
in_die            418 tools/perf/util/dwarf-aux.c const char *die_get_call_file(Dwarf_Die *in_die)
in_die            424 tools/perf/util/dwarf-aux.c 	idx = die_get_call_fileno(in_die);
in_die            425 tools/perf/util/dwarf-aux.c 	if (idx < 0 || !dwarf_diecu(in_die, &cu_die, NULL, NULL) ||
in_die            695 tools/perf/util/dwarf-aux.c static int __die_walk_funclines_cb(Dwarf_Die *in_die, void *data)
in_die            702 tools/perf/util/dwarf-aux.c 	if (dwarf_tag(in_die) == DW_TAG_inlined_subroutine) {
in_die            703 tools/perf/util/dwarf-aux.c 		fname = die_get_call_file(in_die);
in_die            704 tools/perf/util/dwarf-aux.c 		lineno = die_get_call_lineno(in_die);
in_die            705 tools/perf/util/dwarf-aux.c 		if (fname && lineno > 0 && die_entrypc(in_die, &addr) == 0) {
in_die            715 tools/perf/util/dwarf-aux.c 		fname = dwarf_decl_file(in_die);
in_die            716 tools/perf/util/dwarf-aux.c 		if (fname && dwarf_decl_line(in_die, &lineno) == 0) {
in_die             48 tools/perf/util/dwarf-aux.h int die_get_call_lineno(Dwarf_Die *in_die);
in_die             51 tools/perf/util/dwarf-aux.h const char *die_get_call_file(Dwarf_Die *in_die);
in_die             95 tools/perf/util/dwarf-aux.h int die_walk_instances(Dwarf_Die *in_die,
in_die            942 tools/perf/util/probe-finder.c static int probe_point_inline_cb(Dwarf_Die *in_die, void *data)
in_die            950 tools/perf/util/probe-finder.c 		ret = find_probe_point_lazy(in_die, pf);
in_die            953 tools/perf/util/probe-finder.c 		if (die_entrypc(in_die, &addr) != 0) {
in_die            955 tools/perf/util/probe-finder.c 				   dwarf_diename(in_die));
in_die            960 tools/perf/util/probe-finder.c 				 dwarf_diename(in_die));
in_die            968 tools/perf/util/probe-finder.c 		ret = call_probe_finder(in_die, pf);
in_die           1738 tools/perf/util/probe-finder.c static int line_range_inline_cb(Dwarf_Die *in_die, void *data)
in_die           1740 tools/perf/util/probe-finder.c 	int ret = find_line_range_by_line(in_die, data);