Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 23 of 23) sorted by relevance

/tools/objtool/include/objtool/
Delf.h44 struct symbol { struct
56 struct symbol *pfunc, *cfunc, *alias; argument
74 struct symbol *sym; argument
/tools/perf/util/
Dsymbol.h47 struct symbol { struct
62 void symbol__delete(struct symbol *sym); argument
Dsrcline.h31 struct symbol *symbol; member
Dparse-events.h59 char *symbol; member
225 const char *symbol; member
Dprobe-event.h32 char *symbol; /* Base symbol */ member
Dsrcline.c39 static int inline_list__append(struct symbol *symbol, char *srcline, in inline_list__append()
Ddso.h158 struct symbol *symbol; member
Dsymbol.c1580 static int bfd2elf_binding(asymbol *symbol) in bfd2elf_binding()
1597 struct symbol *symbol; in dso__load_bfd_symbols() local
Dprobe-event.c243 static bool kprobe_warn_out_range(const char *symbol, u64 address) in kprobe_warn_out_range()
2457 char *symbol; member
Dprobe-finder.c647 const char *symbol; in convert_to_trace_point() local
/tools/testing/selftests/bpf/prog_tests/
Dresolve_btfids.c15 struct symbol { struct
21 struct symbol test_symbols[] = { argument
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py26 def create_event(name, comm, dso, symbol, raw_buf): argument
38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument
58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument
87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
/tools/build/feature/
Dtest-cplus-demangle.c7 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
Dtest-libbfd.c8 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
/tools/perf/
Dbuiltin-kallsyms.c31 struct symbol *symbol = machine__find_kernel_symbol_by_name(machine, argv[i], &map); in __cmd_kallsyms() local
Dbuiltin-top.c242 struct symbol *symbol; in perf_top__show_details() local
/tools/include/linux/
Dbtf_ids.h27 #define ____BTF_ID(symbol) \ argument
37 #define __BTF_ID(symbol) \ argument
/tools/perf/scripts/python/
Dintel-pt-events.py182 def print_common_ip(param_dict, sample, symbol, dso): argument
215 def print_srccode(comm, param_dict, sample, symbol, dso, with_insn): argument
/tools/perf/tests/
Ddwarf-unwind.c76 char *symbol = entry->ms.sym ? entry->ms.sym->name : NULL; in unwind_entry() local
/tools/testing/selftests/bpf/
Dtrace_helpers.c29 char symbol; in load_kallsyms() local
/tools/testing/selftests/bpf/progs/
Dpyperf.h87 FrameData *frame, Symbol *symbol) in get_frame_data()
/tools/testing/selftests/filesystems/fuse/
Dbpf_loader.c637 GElf_Sym symbol; in install_maps() local
/tools/lib/traceevent/
Devent-parse.h250 struct tep_print_arg_symbol symbol; member