Home
last modified time | relevance | path

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

/kernel/trace/
DKconfig100 # options do not appear when something else selects it. We need the two options
156 small and not measurable even in micro-benchmarks.
275 recording with swaps. But this does not affect the performance
343 when the likelys and unlikelys are not being traced.
352 "Trace likely/unlikely profiler" is that this is not a
372 then it will not have any overhead while the stack tracer
457 enabled, and the functions not enabled will not affect
528 If you are not helping to develop drivers, say N.
545 It creates its own ring buffer such that it will not interfere with
551 It does not disable interrupts or raise its priority, so it may be
Dtrace_events_filter.c173 match = (val == *addr) ^ pred->not; \
200 match = cmp ^ pred->not; in filter_pred_string()
214 match = cmp ^ pred->not; in filter_pred_pchar()
239 match = cmp ^ pred->not; in filter_pred_strloc()
309 enum regex_type filter_parse_regex(char *buff, int len, char **search, int *not) in filter_parse_regex() argument
315 *not = 1; in filter_parse_regex()
319 *not = 0; in filter_parse_regex()
347 int not = 0; in filter_build_regex() local
350 type = filter_parse_regex(r->pattern, r->len, &search, &not); in filter_build_regex()
370 pred->not ^= not; in filter_build_regex()
[all …]
Dftrace.c2749 enter_record(struct ftrace_hash *hash, struct dyn_ftrace *rec, int not) in enter_record() argument
2755 if (not) { in enter_record()
2795 int len, char *mod, int not) in match_records() argument
2806 type = filter_parse_regex(buff, len, &search, &not); in match_records()
2817 ret = enter_record(hash, rec, not); in match_records()
2840 int not = 0; in ftrace_match_module_records() local
2849 not = 1; in ftrace_match_module_records()
2852 return match_records(hash, buff, strlen(buff), mod, not); in ftrace_match_module_records()
3006 int type, len, not; in register_ftrace_function_probe() local
3012 type = filter_parse_regex(glob, strlen(glob), &search, &not); in register_ftrace_function_probe()
[all …]
Dtrace.h985 int not; member
994 filter_parse_regex(char *buff, int len, char **search, int *not);
/kernel/power/
DKconfig51 In principle it does not require ACPI or APM, although for example
60 continue to run as before. If you do not want the previous state to
70 suspending. Also in this case you must not use the filesystems
98 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
239 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
DMakefile198 $(error Could not determine digest type to use from kernel config)
/kernel/time/
DKconfig35 # Migration helper. Builds, but does not invoke
151 hardware is not capable then this option only increases
/kernel/debug/kdb/
Dkdb_cmds4 # registers) are not reliable this early. set and bp commands should
/kernel/gcov/
DKconfig47 which are not linked to the kernel image to prevent linker errors.