Commit 3dfed910 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo
Browse files

perf unwind: Provide only forward declarations for pointer types

No need to drag the headers, helps in untangling them and reducing build
time.

Link: http://lkml.kernel.org/n/tip-l8soqph92duyw5jdha0fij8b@git.kernel.org


Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 07590a7d
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
#ifndef __UNWIND_H
#define __UNWIND_H

#include <linux/compiler.h>
#include <linux/types.h>
#include "event.h"
#include "symbol.h"
#include "thread.h"

struct map;
struct perf_sample;
struct symbol;
struct thread;

struct unwind_entry {
	struct map	*map;