perf evsel: Allow passing a left alignment when printing a symbol
[deliverable/linux.git] / tools / perf / util / session.h
index 0ee3d9dbc099920bf2b2ea865cc13610614cefeb..a6bc4ddbae3e82945f120fd312f9823e290ef34a 100644 (file)
@@ -105,7 +105,7 @@ struct perf_evsel *perf_session__find_first_evtype(struct perf_session *session,
                                            unsigned int type);
 
 void perf_evsel__print_ip(struct perf_evsel *evsel, struct perf_sample *sample,
-                         struct addr_location *al,
+                         struct addr_location *al, int left_alignment,
                          unsigned int print_opts, unsigned int stack_depth,
                          FILE *fp);
 
This page took 0.026399 seconds and 5 git commands to generate.