perf evsel: Allow passing a left alignment when printing a symbol
[deliverable/linux.git] / tools / perf / builtin-script.c
index dbf208f0cdc2fa8ef453cb5a87c3e8e420670bc9..60fde9f5025c16c02a903603c906cd8589df2325 100644 (file)
@@ -579,7 +579,7 @@ static void print_sample_bts(struct perf_sample *sample,
                                print_opts &= ~PRINT_IP_OPT_SRCLINE;
                        }
                }
-               perf_evsel__print_ip(evsel, sample, al, print_opts,
+               perf_evsel__print_ip(evsel, sample, al, 0, print_opts,
                                     scripting_max_stack, stdout);
        }
 
@@ -788,7 +788,7 @@ static void process_event(struct perf_script *script,
                else
                        printf("\n");
 
-               perf_evsel__print_ip(evsel, sample, al,
+               perf_evsel__print_ip(evsel, sample, al, 0,
                                     output[attr->type].print_ip_opts,
                                     scripting_max_stack, stdout);
        }
This page took 0.076311 seconds and 5 git commands to generate.