aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-09-17 10:26:18 -0400
committerOlof Johansson <olof@lixom.net>2017-10-03 21:08:05 -0400
commit0694b2ee87ee1a6d83acf1a66b92c8e64ceb38f2 (patch)
tree5864f52a486fef19894fe8579f07110052d9c79b /tools/perf/scripts/python/netdev-times.py
parente4c77f8b9b213c6315faba109c03b0db873db200 (diff)
ARM: defconfig: update Gemini defconfig
This updates the Gemini defconfig with drivers merged for v4.13 or v4.14: - ATA driver is merged - DMA driver is merged - RTC driver gets selected from default Kconfig Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
3'>33 34


















                                                                          

                        
                 



                         

  

                 



                                
#ifndef _ASM_IST_H
#define _ASM_IST_H

/*
 * Include file for the interface to IST BIOS
 * Copyright 2002 Andy Grover <andrew.grover@intel.com>
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; either version 2, or (at your option) any
 * later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 */


#include <linux/types.h>

struct ist_info {
	__u32 signature;
	__u32 command;
	__u32 event;
	__u32 perf_level;
};

#ifdef __KERNEL__

extern struct ist_info ist_info;

#endif	/* __KERNEL__ */
#endif	/* _ASM_IST_H */