Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_set_ftrace_file.tc20 FILTER=set_ftrace_filter
35 cat=`cat $FILTER`
36 dd1=`dd if=$FILTER bs=1 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`
37 dd100=`dd if=$FILTER bs=100 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`
/openbmc/linux/fs/
H A Dcoredump.c1034 #define FILTER(type) (mm_flags & (1UL << MMF_DUMP_##type)) in vma_dump_size() macro
1045 if ((vma->vm_flags & VM_SHARED) && FILTER(DAX_SHARED)) in vma_dump_size()
1047 if (!(vma->vm_flags & VM_SHARED) && FILTER(DAX_PRIVATE)) in vma_dump_size()
1054 if ((vma->vm_flags & VM_SHARED) && FILTER(HUGETLB_SHARED)) in vma_dump_size()
1056 if (!(vma->vm_flags & VM_SHARED) && FILTER(HUGETLB_PRIVATE)) in vma_dump_size()
1068 FILTER(ANON_SHARED) : FILTER(MAPPED_SHARED)) in vma_dump_size()
1074 if ((!IS_ENABLED(CONFIG_MMU) || vma->anon_vma) && FILTER(ANON_PRIVATE)) in vma_dump_size()
1079 if (FILTER(MAPPED_PRIVATE)) in vma_dump_size()
1086 if (FILTER(ELF_HEADERS) && in vma_dump_size()
1102 #undef FILTER in vma_dump_size()
/openbmc/linux/kernel/trace/
H A Dtrace_events_filter.c2658 .filter = FILTER, \
2673 #define FILTER "a == 1 && b == 1 && c == 1 && d == 1 && " \ macro
2678 #undef FILTER
2679 #define FILTER "a == 1 || b == 1 || c == 1 || d == 1 || " \ macro
2684 #undef FILTER
2685 #define FILTER "(a == 1 || b == 1) && (c == 1 || d == 1) && " \ macro
2691 #undef FILTER
2692 #define FILTER "(a == 1 && b == 1) || (c == 1 && d == 1) || " \ macro
2697 #undef FILTER
2698 #define FILTER "(a == 1 && b == 1) && (c == 1 && d == 1) && " \ macro
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-probe.txt98 --funcs[=FILTER]::
101 This also can accept a FILTER rule argument.
108 --filter=FILTER::
109 (Only for --vars and --funcs) Set filter. FILTER is a combination of glob
110 pattern, see FILTER PATTERN for detail.
111 Default FILTER is "!__k???tab_* & !__crc_*" for --vars, and "!_*"
236 FILTER PATTERN
/openbmc/linux/tools/perf/trace/beauty/
H A Dseccomp.c19 P_SECCOMP_SET_MODE_OP(FILTER); in syscall_arg__scnprintf_seccomp_op()
/openbmc/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.
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp861 constexpr const char* FILTER = "type='signal',interface='org.openbmc." in main() local
863 sdbusplus::bus::match_t oldIpmiInterface(*sdbusp, FILTER, in main()
/openbmc/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()