diff options
Diffstat (limited to 'tools/perf/util/util.c')
-rw-r--r-- | tools/perf/util/util.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/perf/util/util.c b/tools/perf/util/util.c index e86dba2f791a..eb49330c77d4 100644 --- a/tools/perf/util/util.c +++ b/tools/perf/util/util.c | |||
@@ -496,20 +496,6 @@ int parse_callchain_record(const char *arg, struct callchain_param *param) | |||
496 | return ret; | 496 | return ret; |
497 | } | 497 | } |
498 | 498 | ||
499 | const char *get_filename_for_perf_kvm(void) | ||
500 | { | ||
501 | const char *filename; | ||
502 | |||
503 | if (perf_host && !perf_guest) | ||
504 | filename = strdup("perf.data.host"); | ||
505 | else if (!perf_host && perf_guest) | ||
506 | filename = strdup("perf.data.guest"); | ||
507 | else | ||
508 | filename = strdup("perf.data.kvm"); | ||
509 | |||
510 | return filename; | ||
511 | } | ||
512 | |||
513 | int perf_event_paranoid(void) | 499 | int perf_event_paranoid(void) |
514 | { | 500 | { |
515 | int value; | 501 | int value; |