Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.18 6 lines 150 B view raw
1#ifndef _PERF_UI_MAP_BROWSER_H_ 2#define _PERF_UI_MAP_BROWSER_H_ 1 3struct map; 4 5int map__browse(struct map *map); 6#endif /* _PERF_UI_MAP_BROWSER_H_ */