cregit-Linux how code gets into the kernel

Release 4.15 kernel/trace/power-traces.c

Directory: kernel/trace
// SPDX-License-Identifier: GPL-2.0
/*
 * 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 Ven2251.16%116.67%
Rafael J. Wysocki511.63%116.67%
Shilpasri G Bhat511.63%116.67%
Todd E Brandt511.63%116.67%
Thomas Renninger511.63%116.67%
Greg Kroah-Hartman12.33%116.67%
Total43100.00%6100.00%
Directory: kernel/trace
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.