Home
last modified time | relevance | path

Searched refs:not (Results 1 – 15 of 15) sorted by relevance

/kernel/configs/
Dtiny.config1 # CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set
3 # CONFIG_KERNEL_GZIP is not set
4 # CONFIG_KERNEL_BZIP2 is not set
5 # CONFIG_KERNEL_LZMA is not set
7 # CONFIG_KERNEL_LZO is not set
8 # CONFIG_KERNEL_LZ4 is not set
10 # CONFIG_SLAB is not set
11 # CONFIG_SLUB is not set
Dandroid-base.config2 # CONFIG_DEVKMEM is not set
3 # CONFIG_DEVMEM is not set
4 # CONFIG_FHANDLE is not set
5 # CONFIG_INET_LRO is not set
6 # CONFIG_NFSD is not set
7 # CONFIG_NFS_FS is not set
8 # CONFIG_OABI_COMPAT is not set
9 # CONFIG_SYSVIPC is not set
10 # CONFIG_USELIB is not set
Dandroid-recommended.config2 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
3 # CONFIG_INPUT_MOUSE is not set
4 # CONFIG_LEGACY_PTYS is not set
5 # CONFIG_NF_CONNTRACK_SIP is not set
6 # CONFIG_PM_WAKELOCKS_GC is not set
7 # CONFIG_VT is not set
Dxen.config2 # of the not so generic stuff below for xen
15 # Technically not required but otherwise produces
/kernel/trace/
Dtrace_events_filter.c174 return !!match == !pred->not; \
184 match = (val == *addr) ^ pred->not; \
211 match = cmp ^ pred->not; in filter_pred_string()
225 match = cmp ^ pred->not; in filter_pred_pchar()
250 match = cmp ^ pred->not; in filter_pred_strloc()
284 return !!match == !pred->not; in filter_pred_cpu()
294 match = cmp ^ pred->not; in filter_pred_comm()
367 enum regex_type filter_parse_regex(char *buff, int len, char **search, int *not) in filter_parse_regex() argument
373 *not = 1; in filter_parse_regex()
377 *not = 0; in filter_parse_regex()
[all …]
DKconfig95 # options do not appear when something else selects it. We need the two options
151 small and not measurable even in micro-benchmarks.
281 recording with swaps. But this does not affect the performance
349 when the likelys and unlikelys are not being traced.
358 "Trace likely/unlikely profiler" is that this is not a
378 then it will not have any overhead while the stack tracer
472 enabled, and the functions not enabled will not affect
543 If you are not helping to develop drivers, say N.
568 write which is not added to the rest of the calculations.
590 It creates its own ring buffer such that it will not interfere with
[all …]
Dftrace.c3732 int not; in register_ftrace_function_probe() local
3738 &func_g.search, &not); in register_ftrace_function_probe()
3742 if (WARN_ON(not)) in register_ftrace_function_probe()
3853 int not; in __unregister_ftrace_function_probe() local
3856 &func_g.search, &not); in __unregister_ftrace_function_probe()
3860 if (WARN_ON(not)) in __unregister_ftrace_function_probe()
4647 int not; in ftrace_set_func() local
4653 &func_g.search, &not); in ftrace_set_func()
4654 if (!not && *idx >= size) in ftrace_set_func()
4678 if (!not) { in ftrace_set_func()
Dtrace.h1108 int not; member
1117 filter_parse_regex(char *buff, int len, char **search, int *not);
/kernel/power/
DKconfig28 Some systems prefer not to pay this cost on every invocation
63 In principle it does not require ACPI or APM, although for example
72 continue to run as before. If you do not want the previous state to
82 suspending. Also in this case you must not use the filesystems
110 Note there is currently not a way to specify which device to save the
180 fields of device objects from user space. If you are not a kernel
263 This driver does not spin down disk drives (see the hdparm(8)
/kernel/time/
DKconfig141 handling the scheduling-clock tick, whether or not all CPUs
160 However, on smaller systems, scalability is not anywhere near as
174 real-time workloads that at present do not tend to be run on
193 hardware is not capable then this option only increases
/kernel/
DKconfig.preempt42 all kernel code (that is not executing in a critical section)
46 otherwise not be about to reach a natural preemption point.
DKconfig.hz11 beneficial for servers and NUMA systems that do not need to have
/kernel/debug/kdb/
Dkdb_cmds4 # registers) are not reliable this early. set and bp commands should
/kernel/gcov/
DKconfig51 which are not linked to the kernel image to prevent linker errors.
/kernel/irq/
DKconfig25 # and should not be used in new code. Use irq domains instead.