diff options
author | Namhyung Kim <[email protected]> | 2014-11-04 10:14:30 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2014-11-05 10:14:07 -0300 |
commit | e195fac8077f034b0160bf420bdf450ae476701d (patch) | |
tree | 8bc86ad75813040279138fffdf6f0f663ad86511 /tools/perf/util/trace-event-scripting.c | |
parent | 714c9c4a98f722115e10d021ea80600f4427b71e (diff) |
perf build-id: Move build-id related functions to util/build-id.c
It'd be better managing those functions in a separate place as
util/header.c file is already big.
It now exports following 3 functions to others:
bool perf_session__read_build_ids(struct perf_session *session, bool with_hits);
int perf_session__write_buildid_table(struct perf_session *session, int fd);
int perf_session__cache_build_ids(struct perf_session *session);
Signed-off-by: Namhyung Kim <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions