Searched refs:probe (Results 1 – 23 of 23) sorted by relevance
/tools/perf/tests/shell/lib/ |
D | probe_vfs_getname.sh | 3 perf probe -l 2>&1 | grep -q probe:vfs_getname 8 perf probe -q -d probe:vfs_getname* 15 …line=$(perf probe -L getname_flags 2>&1 | egrep 'result.*=.*filename;' | sed -r 's/[[:space:]]+([[… 16 perf probe -q "vfs_getname=getname_flags:${line} pathname=result->name:string" || \ 17 perf probe $verbose "vfs_getname=getname_flags:${line} pathname=filename:ustring"
|
D | probe.sh | 5 perf probe 2>&1 | grep -q 'is not a perf-command' && return 2
|
/tools/perf/Documentation/ |
D | perf-probe.txt | 1 perf-probe(1) 6 perf-probe - Define new dynamic tracepoints 11 'perf probe' [options] --add='PROBE' [...] 13 'perf probe' [options] PROBE 15 'perf probe' [options] --del='[GROUP:]EVENT' [...] 17 'perf probe' --list[=[GROUP:]EVENT] 19 'perf probe' [options] --line='LINE' 21 'perf probe' [options] --vars='PROBEPOINT' 23 'perf probe' [options] --funcs 25 'perf probe' [options] --definition='PROBE' [...] [all …]
|
D | perf-top.txt | 276 perf probe -L icmp_rcv 278 Insert a probe there: 280 perf probe icmp_rcv:59 286 perf top -e cycles,probe:icmp_rcv --switch-on=probe:icmp_rcv 291 perf top --group -e cycles,probe:icmp_rcv --switch-on=probe:icmp_rcv 294 phase is over, i.e. insert a perf probe at that point and use the above 295 examples replacing probe:icmp_rcv with the just-after-init probe.
|
D | perf-buildid-cache.txt | 19 record it along with the buildid-cache, which will be used by perf-probe. 20 For more details, see linkperf:perf-probe[1].
|
D | perf-report.txt | 445 phase is over, i.e. insert a perf probe at that point and then using this 446 option with that probe.
|
/tools/perf/tests/shell/ |
D | record+probe_libc_inet_pton.sh | 13 . $(dirname $0)/lib/probe.sh 22 event_name=$(perf probe -f -x $libc -a inet_pton 2>&1 | tail -n +2 | head -n -5 | \ 83 perf probe -q -d $event_name
|
D | record+script_probe_vfs_getname.sh | 12 . $(dirname $0)/lib/probe.sh 23 perf record -o ${perfdata} -e probe:vfs_getname touch $file
|
D | test_uprobe_from_different_cu.sh | 20 perf probe -x ${temp_dir}/testfile -d foo || true 80 perf probe -x ${temp_dir}/testfile --funcs foo 81 perf probe -x ${temp_dir}/testfile foo
|
D | probe_vfs_getname.sh | 7 . $(dirname $0)/lib/probe.sh
|
D | trace+probe_vfs_getname.sh | 13 . $(dirname $0)/lib/probe.sh
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-feature.rst | 17 *COMMANDS* := { **probe** | **help** } 22 | **bpftool** **feature probe** [*COMPONENT*] [**macros** [**prefix** *PREFIX*]] 29 **bpftool feature probe** [**kernel**] [**macros** [**prefix** *PREFIX*]] 44 Keyword **kernel** can be omitted. If no probe target is 51 **bpftool feature probe dev** *NAME* [**macros** [**prefix** *PREFIX*]]
|
D | bpftool-perf.rst | 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.
|
D | bpftool.rst | 37 *FEATURE-COMMANDS* := { **probe** | **help** }
|
/tools/testing/selftests/tc-testing/bpf/ |
D | Makefile | 12 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) 15 CPU ?= probe
|
/tools/perf/examples/bpf/ |
D | 5sec.c | 44 int probe(hrtimer_nanosleep, rqtp->tv_sec)(void *ctx, int err, long sec)
|
/tools/perf/include/bpf/ |
D | bpf.h | 52 #define probe(function, vars) \ macro
|
/tools/perf/ |
D | command-list.txt | 23 perf-probe mainporcelain full
|
D | Build | 29 perf-$(CONFIG_LIBELF) += builtin-probe.o
|
/tools/perf/util/ |
D | Build | 128 perf-$(CONFIG_LIBELF) += probe-file.o 129 perf-$(CONFIG_LIBELF) += probe-event.o 139 perf-$(CONFIG_DWARF) += probe-finder.o
|
/tools/testing/selftests/bpf/ |
D | Makefile | 129 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) 134 CPU ?= probe
|
/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 849 probe) 861 COMPREPLY=( $( compgen -W 'help probe' -- "$cur" ) )
|
/tools/testing/nvdimm/test/ |
D | nfit.c | 3047 .probe = nfit_test_probe,
|