perf evsel: Allow passing a left alignment when printing a symbol
[deliverable/linux.git] / tools / perf / util / session.h
index 5f792e35d4c1e2f72201aceb650798ee3f6a9f26..a6bc4ddbae3e82945f120fd312f9823e290ef34a 100644 (file)
@@ -26,6 +26,7 @@ struct perf_session {
        struct itrace_synth_opts *itrace_synth_opts;
        struct list_head        auxtrace_index;
        struct trace_event      tevent;
+       struct time_conv_event  time_conv;
        bool                    repipe;
        bool                    one_mmap;
        void                    *one_mmap_addr;
@@ -104,8 +105,9 @@ 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,
-                         unsigned int print_opts, unsigned int stack_depth);
+                         struct addr_location *al, int left_alignment,
+                         unsigned int print_opts, unsigned int stack_depth,
+                         FILE *fp);
 
 int perf_session__cpu_bitmap(struct perf_session *session,
                             const char *cpu_list, unsigned long *cpu_bitmap);
This page took 0.025479 seconds and 5 git commands to generate.