cregit-Linux how code gets into the kernel

Release 4.10 tools/perf/util/vdso.h

Directory: tools/perf/util
#ifndef __PERF_VDSO__

#define __PERF_VDSO__

#include <linux/types.h>
#include <string.h>
#include <stdbool.h>


#define VDSO__MAP_NAME "[vdso]"


#define DSO__NAME_VDSO    "[vdso]"

#define DSO__NAME_VDSO32  "[vdso32]"

#define DSO__NAME_VDSOX32 "[vdsox32]"


static inline bool is_vdso_map(const char *filename) { return !strcmp(filename, VDSO__MAP_NAME); }

Contributors

PersonTokensPropCommitsCommitProp
jiri olsajiri olsa21100.00%1100.00%
Total21100.00%1100.00%

struct dso; bool dso__is_vdso(struct dso *dso); struct machine; struct thread; struct dso *machine__findnew_vdso(struct machine *machine, struct thread *thread); void machine__exit_vdso(struct machine *machine); #endif /* __PERF_VDSO__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
jiri olsajiri olsa5556.12%114.29%
adrian hunteradrian hunter4141.84%571.43%
arnaldo carvalho de meloarnaldo carvalho de melo22.04%114.29%
Total98100.00%7100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.