From 1a000342dacd3dce7859c07dcf664852b21d7793 Mon Sep 17 00:00:00 2001 From: Glenn Elliott Date: Mon, 13 Jan 2014 14:34:47 -0500 Subject: Discard interlaced trace events --- parse/ft.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'parse/ft.py') diff --git a/parse/ft.py b/parse/ft.py index 1f05323..47dc699 100644 --- a/parse/ft.py +++ b/parse/ft.py @@ -21,7 +21,8 @@ def parse_overhead(result, overhead_bin, overhead, cycles, out_dir, err_file): ovh_file = open(ovh_fname, 'w') # Extract matching overhead events into a seperate file - cmd = [conf.BINS["ftsplit"], "-r", "-b", overhead, overhead_bin] +# cmd = [conf.BINS["ftsplit"], "-r", "-b", overhead, overhead_bin] + cmd = [conf.BINS["ftsplit"], "-r", "-i", overhead, overhead_bin] ret = subprocess.call(cmd, cwd=out_dir, stderr=err_file, stdout=ovh_file) size = os.stat(ovh_fname).st_size -- cgit v1.2.2