Searched refs:tracing (Results 26 - 37 of 37) sorted by relevance

12

/linux-master/arch/mips/kernel/
H A Dscall32-o32.S92 lw t0, TI_FLAGS($28) # syscall tracing enabled?
/linux-master/arch/arc/kernel/
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)
H A Dentry-compact.S233 ; icause1 needs to be read early, before calling tracing, which
/linux-master/tools/mm/
H A Dslabinfo.c95 int tracing; variable
716 if (tracing)
718 tracing = 1;
791 if (tracing && !s->trace) {
797 if (!tracing && s->trace)
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest165 # If tracefs exists, then so does /sys/kernel/tracing
166 if [ -d "/sys/kernel/tracing" ]; then
167 mount -t tracefs nodev /sys/kernel/tracing ||
168 errexit "Failed to mount /sys/kernel/tracing"
169 TRACING_DIR="/sys/kernel/tracing"
175 TRACING_DIR="/sys/kernel/debug/tracing"
182 TRACING_DIR="$DEBUGFS_DIR/tracing"
/linux-master/tools/lib/bpf/
H A Dbpf.h421 } tracing; member in union:bpf_link_create_opts::__anon3314
H A Dbpf.c792 attr.link_create.tracing.cookie = OPTS_GET(opts, tracing.cookie, 0);
793 if (!OPTS_ZEROED(opts, tracing))
H A Dlibbpf.c140 [BPF_LINK_TYPE_TRACING] = "tracing",
218 [BPF_PROG_TYPE_TRACING] = "tracing",
10813 #define DEBUGFS "/sys/kernel/debug/tracing"
10814 #define TRACEFS "/sys/kernel/tracing"
12369 link_opts.tracing.cookie = OPTS_GET(opts, cookie, 0);
/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/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/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/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);

Completed in 253 milliseconds

12