Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 7 of 7) sorted by relevance

/kernel/trace/
DMakefile5 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
Dtrace_events_hist.c515 bool remove; member
3078 if (find_var(hist_data, file, name) && !hist_data->remove) { in create_var()
4190 if (find_var(hist_data, file, var_name) && !hist_data->remove) { in create_var_field()
4868 bool remove) in create_hist_data() argument
4879 hist_data->remove = remove; in create_hist_data()
6109 if (!hist_data->remove || unregistered) in hist_unregister_trigger()
6175 bool remove = false; in event_hist_trigger_func() local
6190 remove = true; in event_hist_trigger_func()
6241 hist_data = create_hist_data(hist_trigger_bits, attrs, file, remove); in event_hist_trigger_func()
6271 if (remove) { in event_hist_trigger_func()
Dftrace.c4940 ftrace_match_addr(struct ftrace_hash *hash, unsigned long ip, int remove) in ftrace_match_addr() argument
4947 if (remove) { in ftrace_match_addr()
4960 unsigned long ip, int remove, int reset, int enable) in ftrace_set_hash() argument
4991 ret = ftrace_match_addr(hash, ip, remove); in ftrace_set_hash()
5008 ftrace_set_addr(struct ftrace_ops *ops, unsigned long ip, int remove, in ftrace_set_addr() argument
5011 return ftrace_set_hash(ops, NULL, 0, ip, remove, reset, enable); in ftrace_set_addr()
5421 int remove, int reset) in ftrace_set_filter_ip() argument
5424 return ftrace_set_addr(ops, ip, remove, reset, 1); in ftrace_set_filter_ip()
/kernel/
Dcpu.c2204 goto remove; in __cpuhp_state_remove_instance()
2218 remove: in __cpuhp_state_remove_instance()
2251 goto remove; in __cpuhp_remove_state_cpuslocked()
2255 goto remove; in __cpuhp_remove_state_cpuslocked()
2269 remove: in __cpuhp_remove_state_cpuslocked()
/kernel/bpf/
DKconfig55 bool "Permanently enable BPF JIT and remove BPF interpreter"
/kernel/events/
Duprobes.c2075 int remove = UPROBE_HANDLER_REMOVE; in handler_chain() local
2091 remove &= rc; in handler_chain()
2094 if (need_prep && !remove) in handler_chain()
2097 if (remove && uprobe->consumers) { in handler_chain()
/kernel/rcu/
DKconfig.debug20 users are converted, we can remove this config option.