|
@@ -811,16 +811,6 @@ ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth,
|
|
|
*/
|
|
|
#define __notrace_funcgraph notrace
|
|
|
|
|
|
-/*
|
|
|
- * We want to which function is an entrypoint of a hardirq.
|
|
|
- * That will help us to put a signal on output.
|
|
|
- */
|
|
|
-#define __irq_entry __attribute__((__section__(".irqentry.text")))
|
|
|
-
|
|
|
-/* Limits of hardirq entrypoints */
|
|
|
-extern char __irqentry_text_start[];
|
|
|
-extern char __irqentry_text_end[];
|
|
|
-
|
|
|
#define FTRACE_NOTRACE_DEPTH 65536
|
|
|
#define FTRACE_RETFUNC_DEPTH 50
|
|
|
#define FTRACE_RETSTACK_ALLOC_SIZE 32
|
|
@@ -857,7 +847,6 @@ static inline void unpause_graph_tracing(void)
|
|
|
#else /* !CONFIG_FUNCTION_GRAPH_TRACER */
|
|
|
|
|
|
#define __notrace_funcgraph
|
|
|
-#define __irq_entry
|
|
|
#define INIT_FTRACE_GRAPH
|
|
|
|
|
|
static inline void ftrace_graph_init_task(struct task_struct *t) { }
|