cregit-Linux how code gets into the kernel

Release 4.7 kernel/trace/power-traces.c

Directory: kernel/trace
/*
 * Power trace points
 *
 * Copyright (C) 2009 Arjan van de Ven <arjan@linux.intel.com>
 */

#include <linux/string.h>
#include <linux/types.h>
#include <linux/workqueue.h>
#include <linux/sched.h>
#include <linux/module.h>


#define CREATE_TRACE_POINTS
#include <trace/events/power.h>


EXPORT_TRACEPOINT_SYMBOL_GPL(suspend_resume);

EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_idle);

EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_frequency);

EXPORT_TRACEPOINT_SYMBOL_GPL(powernv_throttle);


Overall Contributors

PersonTokensPropCommitsCommitProp
arjan van de venarjan van de ven2252.38%120.00%
shilpasri g bhatshilpasri g bhat511.90%120.00%
rafael j. wysockirafael j. wysocki511.90%120.00%
thomas renningerthomas renninger511.90%120.00%
todd e brandttodd e brandt511.90%120.00%
Total42100.00%5100.00%
Directory: kernel/trace
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}