Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 30) sorted by relevance

12

/tools/perf/arch/powerpc/util/
Dsym-handling.c94 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/bpf/bpftool/Documentation/
Dbpftool-perf.rst32 followed by bpf program id, attachment information, and attachment point.
33 The attachment point for raw_tracepoint/tracepoint is the trace probe name.
34 The attachment point for k[ret]probe is either symbol name and offset,
36 The attachment point for u[ret]probe is the file name and the file offset.
Dbpftool-net.rst64 **xdpdrv** - Native XDP. runs earliest point in driver's receive path;
Dbpftool-map.rst222 entry-point program. Below is an example for this use case: we load a program
/tools/perf/util/
Dprobe-event.c427 memcpy(tmp, &pev->point, sizeof(*tmp)); in get_alternative_probe_event()
428 memset(&pev->point, 0, sizeof(pev->point)); in get_alternative_probe_event()
429 ret = find_alternative_probe_point(dinfo, tmp, &pev->point, pev->target, in get_alternative_probe_event()
432 memcpy(&pev->point, tmp, sizeof(*tmp)); in get_alternative_probe_event()
731 ret = post_process_probe_trace_point(&tevs[i].point, in post_process_offline_probe_trace_events()
757 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
758 tevs[i].point.module = strdup(exec); in add_exec_to_probe_trace_events()
759 if (!tevs[i].point.module) { in add_exec_to_probe_trace_events()
790 ret = post_process_probe_trace_point(&tevs[i].point, in post_process_module_probe_trace_events()
794 tevs[i].point.module = in post_process_module_probe_trace_events()
[all …]
Dprobe-event.h58 struct probe_trace_point point; /* Trace point */ member
96 struct perf_probe_point point; /* Probe point */ member
123 struct probe_trace_point point; /* Actual probepoint */ member
Dprobe-finder.c799 .function = pf->pev->point.function, in find_best_scope()
834 if (pf->pev->point.function) { in verify_representive_line()
838 && die_match_name(&die_mem, pf->pev->point.function) in verify_representive_line()
976 pf->pev->point.lazy_line); in find_probe_point_lazy()
987 struct perf_probe_point *pp = &pf->pev->point; in skip_prologue()
1020 struct perf_probe_point *pp = &pf->pev->point; in probe_point_inline_cb()
1060 struct perf_probe_point *pp = &pf->pev->point; in probe_point_search_cb()
1156 struct perf_probe_point *pp = &pf->pev->point; in debuginfo__find_probe_location()
1336 if (tf->pf.addr == tf->tevs[i].point.address) in trace_event_finder_overlap()
1347 struct perf_probe_point *pp = &pf->pev->point; in add_probe_trace_event()
[all …]
Dprobe-file.c681 if (!tevs[i].point.symbol) in probe_cache__add_entry()
/tools/testing/selftests/tc-testing/
DTODO.txt17 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/perf/pmu-events/
DREADME26 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/perf/Documentation/
Dperf-probe.txt86 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…
Dperf-inject.txt16 point the processing code can inject other events into the event stream - in
Dandroid.txt10 Set the NDK variable to point to the path where you installed the NDK:
Dperf-script.txt182 At this point usage is displayed, and perf-script exits.
235 period (since the last sample), not just for the sample point.
Dperf-list.txt188 For accessing trace point events perf needs to have read access to
Dperf-top.txt309 phase is over, i.e. insert a perf probe at that point and use the above
Dperf-trace.txt199 beyond the specified depth will be ignored. Note that at this point
/tools/thermal/tmon/
DREADME16 links, trip point bindings, and device instances. To traverse such
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl6 # <number> <abi> <name> <entry point> <compat entry point>
/tools/perf/
Dbuiltin-probe.c373 tev->point.module, false); in perf_add_probe_events()
DMakefile.config450 …msg := $(warning Old libdw.h, finding variables at given 'perf probe' point will not work, install…
1022 …$(warning No alternatives command found, you need to set JDIR= to point to the root of your Java d…
/tools/memory-model/
DREADME181 Starting point for someone new to Linux-kernel concurrency.
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl5 # <number> <abi> <name> <entry point>
/tools/usb/usbip/
DINSTALL37 some point `config.cache' contains results you don't want to keep, you
/tools/memory-model/Documentation/
Dlitmus-tests.txt483 at some particular point in a given process's execution? One approach
655 If the "filter" clause were to check each variable at each point in the
1053 pointer types. There is no support for floating-point types,

12