Home
last modified time | relevance | path

Searched refs:FILTER (Results 1 – 5 of 5) 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.c2751 .filter = FILTER, \
2766 #define FILTER "a == 1 && b == 1 && c == 1 && d == 1 && " \ macro
2771 #undef FILTER
2772 #define FILTER "a == 1 || b == 1 || c == 1 || d == 1 || " \ macro
2777 #undef FILTER
2778 #define FILTER "(a == 1 || b == 1) && (c == 1 || d == 1) && " \ macro
2784 #undef FILTER
2785 #define FILTER "(a == 1 && b == 1) || (c == 1 && d == 1) || " \ macro
2790 #undef FILTER
2791 #define FILTER "(a == 1 && b == 1) && (c == 1 && d == 1) && " \ macro
[all …]
/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/tools/perf/trace/beauty/
H A Dseccomp.c19 P_SECCOMP_SET_MODE_OP(FILTER); in syscall_arg__scnprintf_seccomp_op()
/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()