Home
last modified time | relevance | path

Searched refs:not (Results 1 – 13 of 13) 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
/kernel/time/
DKconfig36 # Migration helper. Builds, but does not invoke
149 handling the scheduling-clock tick, whether or not all CPUs
168 However, on smaller systems, scalability is not anywhere near as
182 real-time workloads that at present do not tend to be run on
201 hardware is not capable then this option only increases
/kernel/trace/
DKconfig95 # options do not appear when something else selects it. We need the two options
151 small and not measurable even in micro-benchmarks.
270 recording with swaps. But this does not affect the performance
338 when the likelys and unlikelys are not being traced.
347 "Trace likely/unlikely profiler" is that this is not a
367 then it will not have any overhead while the stack tracer
453 enabled, and the functions not enabled will not affect
524 If you are not helping to develop drivers, say N.
549 write which is not added to the rest of the calculations.
571 It creates its own ring buffer such that it will not interfere with
[all …]
Dtrace_events_filter.c179 match = (val == *addr) ^ pred->not; \
206 match = cmp ^ pred->not; in filter_pred_string()
220 match = cmp ^ pred->not; in filter_pred_pchar()
245 match = cmp ^ pred->not; in filter_pred_strloc()
315 enum regex_type filter_parse_regex(char *buff, int len, char **search, int *not) in filter_parse_regex() argument
321 *not = 1; in filter_parse_regex()
325 *not = 0; in filter_parse_regex()
353 int not = 0; in filter_build_regex() local
356 type = filter_parse_regex(r->pattern, r->len, &search, &not); in filter_build_regex()
376 pred->not ^= not; in filter_build_regex()
[all …]
Dftrace.c3194 enter_record(struct ftrace_hash *hash, struct dyn_ftrace *rec, int not) in enter_record() argument
3200 if (not) { in enter_record()
3240 int len, char *mod, int not) in match_records() argument
3251 type = filter_parse_regex(buff, len, &search, &not); in match_records()
3262 ret = enter_record(hash, rec, not); in match_records()
3285 int not = 0; in ftrace_match_module_records() local
3294 not = 1; in ftrace_match_module_records()
3297 return match_records(hash, buff, strlen(buff), mod, not); in ftrace_match_module_records()
3450 int type, len, not; in register_ftrace_function_probe() local
3456 type = filter_parse_regex(glob, strlen(glob), &search, &not); in register_ftrace_function_probe()
[all …]
Dtrace.h1056 int not; member
1065 filter_parse_regex(char *buff, int len, char **search, int *not);
/kernel/power/
DKconfig52 In principle it does not require ACPI or APM, although for example
61 continue to run as before. If you do not want the previous state to
71 suspending. Also in this case you must not use the filesystems
99 Note there is currently not a way to specify which device to save the
172 fields of device objects from user space. If you are not a kernel
255 This driver does not spin down disk drives (see the hdparm(8)
/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
DMakefile180 $(error Could not determine digest type to use from kernel config)
/kernel/debug/kdb/
Dkdb_cmds4 # registers) are not reliable this early. set and bp commands should
/kernel/gcov/
DKconfig48 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.