mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01:00
10 lines
220 B
C
10 lines
220 B
C
#ifndef ARCH_PERF_COMMON_H
|
|
#define ARCH_PERF_COMMON_H
|
|
|
|
#include "../util/session.h"
|
|
|
|
extern const char *objdump_path;
|
|
|
|
int perf_session_env__lookup_objdump(struct perf_session_env *env);
|
|
|
|
#endif /* ARCH_PERF_COMMON_H */
|