• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/

Lines Matching +defs:op +defs:not

100 	struct ftrace_ops *op = rcu_dereference_raw(ftrace_list); /*see above*/
102 while (op != &ftrace_list_end) {
103 op->func(ip, parent_ip);
104 op = rcu_dereference_raw(op->next); /*see above*/
118 /* do not set ftrace_pid_function to itself! */
138 * For those archs that do not test ftrace_trace_stop in their
351 /* not function graph compares against hits */
468 * We do not know the number of functions that exist because
831 * we still do not free memory.
834 "Could not allocate stat file for cpu %d\n",
844 "Could not register function stat for cpu %d\n",
854 pr_warning("Could not create debugfs "
917 * This is a double for. Do not use 'break' to break out of the loop,
1051 * If this record is not to be traced or we want to disable it,
1086 * failed and not converted.
1207 * Just warn in case of unbalance, no need to kill ftrace, it's not
1294 * The reason not to enable the record immediatelly is the
1743 int not;
1747 type = filter_parse_regex(buff, len, &search, &not);
1758 if (not)
1803 int not = 0;
1815 not = 1;
1819 type = filter_parse_regex(buff, strlen(buff), &search, &not);
1831 if (not)
1982 int type, len, not;
1987 type = filter_parse_regex(glob, strlen(glob), &search, &not);
1990 /* we do not support '!' for function probes */
1991 if (WARN_ON(not))
2005 /* If we did not process any, then return error */
2022 /* caller does not like this func */
2062 int not;
2064 type = filter_parse_regex(glob, strlen(glob), &search, &not);
2067 /* we do not support '!' for function probes */
2068 if (WARN_ON(not))
2273 * ftrace_set_notrace - set a function to not trace in ftrace
2278 * Notrace Filters denote which functions should not be enabled when tracing
2330 printk(KERN_DEBUG "ftrace: function %s not "
2534 int type, not;
2543 type = filter_parse_regex(buffer, strlen(buffer), &search, &not);
2544 if (!not && *idx >= FTRACE_GRAPH_MAX_FUNCS)
2565 if (!not) {
2708 * It should not between s and e if record was freed.
2809 /* Keep as macros so we do not need to define the commands */
3085 * but in a not so nice way. If you need to simply kill ftrace
3253 * If so, do not update the time stamps.
3385 /* Make sure we do not use the parent ret_stack */