~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to include/linux/ftrace.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
533
533
static inline void ftrace_disable_daemon(void) { }
534
534
static inline void ftrace_enable_daemon(void) { }
535
535
static inline void ftrace_release_mod(struct module *mod) {}
536
 
static inline int register_ftrace_command(struct ftrace_func_command *cmd)
 
536
static inline __init int register_ftrace_command(struct ftrace_func_command *cmd)
537
537
{
538
538
        return -EINVAL;
539
539
}
540
 
static inline int unregister_ftrace_command(char *cmd_name)
 
540
static inline __init int unregister_ftrace_command(char *cmd_name)
541
541
{
542
542
        return -EINVAL;
543
543
}
721
721
extern char __irqentry_text_start[];
722
722
extern char __irqentry_text_end[];
723
723
 
 
724
#define FTRACE_NOTRACE_DEPTH 65536
724
725
#define FTRACE_RETFUNC_DEPTH 50
725
726
#define FTRACE_RETSTACK_ALLOC_SIZE 32
726
727
extern int register_ftrace_graph(trace_func_graph_ret_t retfunc,