diff options
Diffstat (limited to 'tools/perf/util/machine.h')
| -rw-r--r-- | tools/perf/util/machine.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/machine.h b/tools/perf/util/machine.h index a28305029711..3cdb1340f917 100644 --- a/tools/perf/util/machine.h +++ b/tools/perf/util/machine.h @@ -97,6 +97,9 @@ int machine__process_itrace_start_event(struct machine *machine,  					union perf_event *event);  int machine__process_switch_event(struct machine *machine,  				  union perf_event *event); +int machine__process_namespaces_event(struct machine *machine, +				      union perf_event *event, +				      struct perf_sample *sample);  int machine__process_mmap_event(struct machine *machine, union perf_event *event,  				struct perf_sample *sample);  int machine__process_mmap2_event(struct machine *machine, union perf_event *event,  | 
