Home
last modified time | relevance | path

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

/tools/objtool/
Delf.h45 struct symbol { struct
57 struct symbol *pfunc, *cfunc, *alias; argument
75 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
223 const char *symbol; member
Dprobe-event.h31 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.c1567 static int bfd2elf_binding(asymbol *symbol) in bfd2elf_binding()
1584 struct symbol *symbol; in dso__load_bfd_symbols() local
Dprobe-event.c244 static bool kprobe_warn_out_range(const char *symbol, unsigned long address) in kprobe_warn_out_range()
2430 char *symbol; member
Dprobe-finder.c642 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.c241 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.py89 def print_common_ip(sample, symbol, dso): argument
/tools/testing/selftests/bpf/
Dtrace_helpers.c29 char symbol; in load_kallsyms() local
/tools/perf/tests/
Ddwarf-unwind.c63 char *symbol = entry->ms.sym ? entry->ms.sym->name : NULL; in unwind_entry() local
/tools/testing/selftests/bpf/progs/
Dpyperf.h87 FrameData *frame, Symbol *symbol) in get_frame_data()
/tools/lib/traceevent/
Devent-parse.h250 struct tep_print_arg_symbol symbol; member