cregit-Linux how code gets into the kernel

Release 4.12 tools/perf/util/unwind-libdw.h

Directory: tools/perf/util
#ifndef __PERF_UNWIND_LIBDW_H

#define __PERF_UNWIND_LIBDW_H

#include <elfutils/libdwfl.h>
#include "unwind.h"

struct machine;
struct perf_sample;
struct thread;

bool libdw__arch_set_initial_registers(Dwfl_Thread *thread, void *arg);


struct unwind_info {
	
Dwfl			*dwfl;
	
struct perf_sample      *sample;
	
struct machine          *machine;
	
struct thread           *thread;
	
unwind_entry_cb_t	cb;
	
void			*arg;
	
int			max_stack;
	
int			idx;
	
struct unwind_entry	entries[];
};

#endif /* __PERF_UNWIND_LIBDW_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jiri Olsa6887.18%266.67%
Arnaldo Carvalho de Melo1012.82%133.33%
Total78100.00%3100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.