Searched refs:tracing (Results 1 - 25 of 37) sorted by path

12

/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S90 | Linux/68k: commented out test for tracing
94 | tst.b (%sp) | is tracing enabled?
126 | no action associated with the "chk" exception. If tracing is enabled,
130 | Linux/68k: commented out test for tracing
134 | tst.b (%sp) | is tracing enabled?
/linux-master/arch/arc/kernel/
H A Dentry-compact.S233 ; icause1 needs to be read early, before calling tracing, which
H A Dentry.S229 ; syscall tracing ongoing, invoke pre-post-hooks around syscall
308 ; a tracing signal, tracer could have done a POKEUSR(CALLEE reg)
/linux-master/arch/arm/kernel/
H A Dentry-common.S37 * have tracing, context tracking and rseq debug disabled - the overheads
45 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing
59 * The "replacement" ret_fast_syscall for when tracing, context tracking,
75 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing
101 * "notrace" version to avoid calling into the tracing code unnecessarily.
255 * the syscall assembly (by tracing or context tracking.)
260 ldr r10, [tsk, #TI_FLAGS] @ check for syscall tracing
263 tst r10, #_TIF_SYSCALL_WORK @ are we tracing syscalls?
H A Dentry-ftrace.S88 @ function tracing op
147 @ function tracing op
/linux-master/arch/mips/kernel/
H A Dentry.S133 # other than syscall tracing?
H A Dscall32-o32.S92 lw t0, TI_FLAGS($28) # syscall tracing enabled?
H A Dscall64-n32.S50 LONG_L t0, TI_FLAGS($28) # syscall tracing enabled?
H A Dscall64-n64.S52 LONG_L t0, TI_FLAGS($28) # syscall tracing enabled?
H A Dscall64-o32.S99 LONG_L t0, TI_FLAGS($28) # syscall tracing enabled?
/linux-master/arch/s390/boot/
H A Dhead.S285 .quad 0 # cr9: tracing off
286 .quad 0 # cr10: tracing off
287 .quad 0 # cr11: tracing off
288 .quad 0 # cr12: tracing off
/linux-master/include/linux/
H A Dbpf_types.h49 BPF_PROG_TYPE(BPF_PROG_TYPE_TRACING, tracing,
138 BPF_LINK_TYPE(BPF_LINK_TYPE_TRACING, tracing)
/linux-master/include/uapi/linux/
H A Dbpf.h1016 /* Note that tracing related programs such as
1020 * therefore break existing tracing BPF programs. Tracing BPF
1742 } tracing; member in union:bpf_attr::__anon2609::__anon2612
1872 * For tracing programs, safely attempt to read *size* bytes from
1892 * to file *\/sys/kernel/tracing/trace* from TraceFS, if
1898 * Lines are discarded while *\/sys/kernel/tracing/trace* is
1899 * open, use *\/sys/kernel/tracing/trace_pipe* to avoid this.
1902 * *\/sys/kernel/tracing/trace_options* (see also the
2381 * Note that this helper is not restricted to tracing use cases
2413 * on which the tracing progra
6619 } tracing; member in union:bpf_link_info::__anon2663
[all...]
/linux-master/kernel/bpf/
H A Dsyscall.c2867 * time, but this will not prevent from loading bunch of tracing prog
2871 * doesn't have to be cleared in bpf_tracing_link_release, since tracing
3289 info->tracing.attach_type = tr_link->attach_type;
3291 &info->tracing.target_obj_id,
3292 &info->tracing.target_btf_id);
5221 attr->link_create.tracing.cookie);
5239 attr->link_create.tracing.cookie);
/linux-master/samples/bpf/
H A Dlwt_len_hist.sh8 TRACE_ROOT=/sys/kernel/tracing
H A Dtest_lwt_bpf.sh24 TRACE_ROOT=/sys/kernel/tracing
/linux-master/scripts/
H A Dget_abi.pl550 # Exclude /sys/kernel/debug and /sys/kernel/tracing from the search path
553 return grep {!/(debug|tracing)/ } @_;
/linux-master/tools/
H A DMakefile37 @echo ' tracing - misc tracing tools'
71 counter firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi pci firmware debugging tracing: FORCE
122 pci debugging tracing thermal thermometer thermal-engine
/linux-master/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh58 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
H A Dftrace2bconf.sh5 echo "Dump boot-time tracing bootconfig from ftrace"
32 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
/linux-master/tools/bpf/bpftool/
H A Dlink.c500 show_link_attach_type_json(info->tracing.attach_type,
502 jsonw_uint_field(json_wtr, "target_obj_id", info->tracing.target_obj_id);
503 jsonw_uint_field(json_wtr, "target_btf_id", info->tracing.target_btf_id);
888 show_link_attach_type_plain(info->tracing.attach_type);
889 if (info->tracing.target_obj_id || info->tracing.target_btf_id)
891 info->tracing.target_obj_id,
892 info->tracing.target_btf_id);
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1016 /* Note that tracing related programs such as
1020 * therefore break existing tracing BPF programs. Tracing BPF
1742 } tracing; member in union:bpf_attr::__anon3150::__anon3153
1872 * For tracing programs, safely attempt to read *size* bytes from
1892 * to file *\/sys/kernel/tracing/trace* from TraceFS, if
1898 * Lines are discarded while *\/sys/kernel/tracing/trace* is
1899 * open, use *\/sys/kernel/tracing/trace_pipe* to avoid this.
1902 * *\/sys/kernel/tracing/trace_options* (see also the
2381 * Note that this helper is not restricted to tracing use cases
2413 * on which the tracing progra
6619 } tracing; member in union:bpf_link_info::__anon3204
[all...]
/linux-master/tools/lib/api/fs/
H A Dtracing_path.c16 static char tracing_path[PATH_MAX] = "/sys/kernel/tracing";
18 static void __tracing_path_set(const char *tracing, const char *mountpoint) argument
21 mountpoint, tracing);
45 __tracing_path_set("tracing/", mnt);
65 __tracing_path_set("tracing/", mntpt);
/linux-master/tools/lib/bpf/
H A Dbpf.c792 attr.link_create.tracing.cookie = OPTS_GET(opts, tracing.cookie, 0);
793 if (!OPTS_ZEROED(opts, tracing))
H A Dbpf.h421 } tracing; member in union:bpf_link_create_opts::__anon3314

Completed in 428 milliseconds

12