perf ui: Move map browser to util/ui/browsers/
LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
6
tools/perf/util/ui/browsers/map.h
Normal file
6
tools/perf/util/ui/browsers/map.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _PERF_UI_MAP_BROWSER_H_
|
||||
#define _PERF_UI_MAP_BROWSER_H_ 1
|
||||
struct map;
|
||||
|
||||
int map__browse(struct map *self);
|
||||
#endif /* _PERF_UI_MAP_BROWSER_H_ */
|
Reference in New Issue
Block a user