| /tools/perf/arch/powerpc/util/ |
| A D | sym-handling.c | 94 if (pev->point.offset || !map || !sym) in arch__fix_tev_from_maps() 98 if (!pev->uprobes && pev->point.retprobe) { in arch__fix_tev_from_maps() 108 tev->point.offset += PPC64LE_LEP_OFFSET; in arch__fix_tev_from_maps() 111 tev->point.address += lep_offset; in arch__fix_tev_from_maps() 113 tev->point.offset += lep_offset; in arch__fix_tev_from_maps() 134 if (map__unmap_ip(map, sym->start) == tev->point.address) { in arch__post_process_probe_trace_events()
|
| /tools/perf/util/ |
| A D | probe-event.c | 458 memset(&pev->point, 0, sizeof(pev->point)); in get_alternative_probe_event() 886 tevs[i].point.realname = tevs[i].point.symbol; in post_process_kernel_probe_trace_events() 890 tevs[i].point.offset = tevs[i].point.address - in post_process_kernel_probe_trace_events() 1226 vl->point.offset); in show_available_vars_at() 1842 if (!pev->event && pev->point.function && pev->point.line in parse_perf_probe_command() 1843 && !pev->point.lazy_line && !pev->point.offset) { in parse_perf_probe_command() 1889 if (pev->point.file || pev->point.line || pev->point.lazy_line) in perf_probe_event_need_dwarf() 2479 if (perf_probe_point__copy(&dst->point, &src->point) < 0) in perf_probe_event__copy() 3206 tp = &tev->point; in find_probe_trace_events_from_map() 3299 if (!(pev->point.function && !strncmp(pev->point.function, "0x", 2))) in try_to_find_absolute_address() [all …]
|
| A D | probe-event.h | 59 struct probe_trace_point point; /* Trace point */ member 98 struct perf_probe_point point; /* Probe point */ member 125 struct probe_trace_point point; /* Actual probepoint */ member
|
| A D | probe-finder.c | 695 .function = pf->pev->point.function, in find_best_scope() 730 if (pf->pev->point.function) { in verify_representive_line() 873 pf->pev->point.lazy_line); in find_probe_point_lazy() 884 struct perf_probe_point *pp = &pf->pev->point; in skip_prologue() 917 struct perf_probe_point *pp = &pf->pev->point; in probe_point_inline_cb() 957 struct perf_probe_point *pp = &pf->pev->point; in probe_point_search_cb() 1297 if (!tev->point.realname) { in add_probe_trace_event() 1305 tev->point.offset); in add_probe_trace_event() 1489 if (af->pf.addr == af->vls[i].point.address) in available_var_finder_overlap() 1528 vl->point.offset); in add_available_vars() [all …]
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-perf.rst | 36 followed by bpf program id, attachment information, and attachment point. 37 The attachment point for raw_tracepoint/tracepoint is the trace probe name. 38 The attachment point for k[ret]probe is either symbol name and offset, or a 39 kernel virtual address. The attachment point for u[ret]probe is the file
|
| A D | bpftool-net.rst | 70 **xdpdrv** - Native XDP. runs earliest point in driver's receive path;
|
| /tools/testing/selftests/tc-testing/ |
| A D | TODO.txt | 17 will attempt to run a function at every hook point. Could be 20 require action at a specific point, no penalty will be paid for
|
| /tools/testing/selftests/ftrace/test.d/ |
| A D | functions | 203 # Helper to get the tracefs mount point 208 # current working directory (which should be a tracefs) as the mount point. 220 # Helper function to retrieve mount options for a given mount point
|
| /tools/perf/pmu-events/ |
| A D | README | 26 such as Pipelining, Cache, Memory, Floating-point etc. All events for a topic 28 the topic. Eg: "Floating-point.json". 127 it supports). Multiple CPUIDS can point to the same
|
| /tools/testing/selftests/sgx/ |
| A D | test_encl_bootstrap.S | 53 # Entry point for dynamically created TCS page expected to follow
|
| /tools/thermal/tmon/ |
| A D | README | 16 links, trip point bindings, and device instances. To traverse such
|
| /tools/perf/Documentation/ |
| A D | perf-probe.txt | 86 Show available local variables at given probe point. The argument 176 …attern (see LAZY MATCHING). Note that ';PTN' must be the end of the probe point definition. In ad… 177 It is also possible to specify a probe point by the source line number or lazy matching by using 'S… 178 'ARG' specifies the arguments of this probe point, (see PROBE ARGUMENT). 200 …variables (including function parameters) which can access at given probe point. '$params' is expa… 234 This provides some sort of flexibility and robustness to probe point definitions against minor code…
|
| A D | android.txt | 10 Set the NDK variable to point to the path where you installed the NDK:
|
| A D | perf-inject.txt | 16 point the processing code can inject other events into the event stream - in
|
| A D | perf-arm-spe.txt | 64 Up until this point no decoding of the SPE data was done by either the kernel or Perf. Only when the 155 +++*+++ Latency is the total latency from the point at which sampling started on that instruction, …
|
| /tools/include/uapi/ |
| A D | README | 6 hacking. At some point Linus complained about such direct usage. Then we
|
| /tools/include/uapi/drm/ |
| A D | drm.h | 918 __u64 point; member 988 __u64 point; member
|
| /tools/memory-model/Documentation/ |
| A D | README | 104 Starting point for someone new to Linux-kernel concurrency.
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 6 # <number> <abi> <name> <entry point> <compat entry point>
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 6 # <number> <abi> <name> <entry point> [<compat entry point> [noreturn]]
|
| A D | syscall_32.tbl | 6 # <number> <abi> <name> <entry point> [<compat entry point> [noreturn]]
|
| /tools/testing/memblock/ |
| A D | README | 111 ARCH_LOW_ADDRESS_LIMIT marco, which can't be changed to point at the low
|
| /tools/perf/arch/arm/entry/syscalls/ |
| A D | syscall.tbl | 6 # <num> <abi> <name> [<entry point> [<oabi compat entry point>]]
|
| /tools/perf/arch/sparc/entry/syscalls/ |
| A D | syscall.tbl | 6 # <number> <abi> <name> <entry point> <compat entry point>
|
| /tools/testing/selftests/bpf/ |
| A D | README.rst | 260 Floating-point tests and Clang version 263 Certain selftests, e.g. core_reloc, require support for the floating-point
|