diff options
| author | Namhyung Kim <[email protected]> | 2012-08-06 13:41:21 +0900 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-08-09 16:26:38 -0300 |
| commit | 393be2e3747ea3ef0d2e724115a5f42b2fa50dbd (patch) | |
| tree | 6cdc2568e3a6a485f8bbf3d0f94f83873daad3a7 /tools/perf/scripts/python/bin | |
| parent | e5a1845fc0aeca85c98115980c3531129f87e18d (diff) | |
perf symbols: Support minimal build without libelf
Now we have isolated all ELF-specific stuff, it's possible to build
without libelf. The output binary can do most of jobs but lacks (user
level) symbol information - kernel symbols are still accessable thanks
to the kallsyms.
To build perf without libelf (elfutils), give NO_LIBELF=1 to make.
For now, only 'perf probe' command is removed since it depends on
libelf/libdw heavily.
Signed-off-by: Namhyung Kim <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions