Release 4.7 kernel/trace/power-traces.c
/*
* 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
| Person | Tokens | Prop | Commits | CommitProp |
arjan van de ven | arjan van de ven | 22 | 52.38% | 1 | 20.00% |
shilpasri g bhat | shilpasri g bhat | 5 | 11.90% | 1 | 20.00% |
rafael j. wysocki | rafael j. wysocki | 5 | 11.90% | 1 | 20.00% |
thomas renninger | thomas renninger | 5 | 11.90% | 1 | 20.00% |
todd e brandt | todd e brandt | 5 | 11.90% | 1 | 20.00% |
| Total | 42 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.