Home
last modified time | relevance | path

Searched refs:FILTER (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_set_ftrace_file.tc20 FILTER=set_ftrace_filter
42 cat=`cat $FILTER`
43 dd1=`dd if=$FILTER bs=1 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`
44 dd100=`dd if=$FILTER bs=100 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`
/linux/kernel/trace/
H A Dtrace_events_filter.c2752 .filter = FILTER, \
2767 #define FILTER "a == 1 && b == 1 && c == 1 && d == 1 && " \ macro
2772 #undef FILTER
2773 #define FILTER "a == 1 || b == 1 || c == 1 || d == 1 || " \ macro
2778 #undef FILTER
2779 #define FILTER "(a == 1 || b == 1) && (c == 1 || d == 1) && " \ macro
2785 #undef FILTER
2786 #define FILTER "(a == 1 && b == 1) || (c == 1 && d == 1) || " \ macro
2791 #undef FILTER
2792 #define FILTER "(a == 1 && b == 1) && (c == 1 && d == 1) && " \ macro
[all …]
/linux/tools/perf/trace/beauty/
H A Dseccomp.c21 P_SECCOMP_SET_MODE_OP(FILTER); in syscall_arg__scnprintf_seccomp_op()
/linux/tools/perf/Documentation/
H A Dperf-probe.txt104 --funcs[=FILTER]::
107 This also can accept a FILTER rule argument.
114 --filter=FILTER::
115 (Only for --vars and --funcs) Set filter. FILTER is a combination of glob
116 pattern, see FILTER PATTERN for detail.
117 Default FILTER is "!__k???tab_* & !__crc_*" for --vars, and "!_*"
242 FILTER PATTERN
/linux/Documentation/trace/
H A Dboottime-trace.rst49 kernel.fgraph_filters = FILTER[, FILTER2...]
52 kernel.fgraph_notraces = FILTER[, FILTER2...]
108 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.filter = FILTER
109 Set FILTER rule to the GROUP:EVENT.
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.c1631 dpsw_set_field(cmd_params->filter, FILTER, cfg->filter); in dpsw_if_add_reflection()
1658 dpsw_set_field(cmd_params->filter, FILTER, cfg->filter); in dpsw_if_remove_reflection()