session.h (88c5100c28b02c4b2b2c6f6fafbbd76d90f698b9) | session.h (fbe96f29ce4b33e0a22219cc7f5996d9157717e3) |
---|---|
1#ifndef __PERF_SESSION_H 2#define __PERF_SESSION_H 3 4#include "hist.h" 5#include "event.h" 6#include "header.h" 7#include "symbol.h" 8#include "thread.h" --- 163 unchanged lines hidden (view full) --- 172void perf_session__print_ip(union perf_event *event, 173 struct perf_sample *sample, 174 struct perf_session *session, 175 int print_sym, int print_dso); 176 177int perf_session__cpu_bitmap(struct perf_session *session, 178 const char *cpu_list, unsigned long *cpu_bitmap); 179 | 1#ifndef __PERF_SESSION_H 2#define __PERF_SESSION_H 3 4#include "hist.h" 5#include "event.h" 6#include "header.h" 7#include "symbol.h" 8#include "thread.h" --- 163 unchanged lines hidden (view full) --- 172void perf_session__print_ip(union perf_event *event, 173 struct perf_sample *sample, 174 struct perf_session *session, 175 int print_sym, int print_dso); 176 177int perf_session__cpu_bitmap(struct perf_session *session, 178 const char *cpu_list, unsigned long *cpu_bitmap); 179 |
180void perf_session__fprintf_info(struct perf_session *s, FILE *fp, bool full); |
|
180#endif /* __PERF_SESSION_H */ | 181#endif /* __PERF_SESSION_H */ |