lkml.org 
[lkml]   [2016]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 05/14] perf tools: handle PERF_RECORD_OVERHEAD record type
    On Wed, Nov 23, 2016 at 11:35:59PM +0100, Jiri Olsa wrote:
    > On Wed, Nov 23, 2016 at 04:44:43AM -0500, kan.liang@intel.com wrote:
    >
    > SNIP
    >
    > > +
    > > static void dso__adjust_kmod_long_name(struct dso *dso, const char *filename)
    > > {
    > > const char *dup_filename;
    > > @@ -1536,6 +1542,8 @@ int machine__process_event(struct machine *machine, union perf_event *event,
    > > case PERF_RECORD_SWITCH:
    > > case PERF_RECORD_SWITCH_CPU_WIDE:
    > > ret = machine__process_switch_event(machine, event); break;
    > > + case PERF_RECORD_OVERHEAD:
    > > + ret = machine__process_overhead_event(machine, event); break;
    >
    > missing breaks

    ugh.. im blind.. sry :-\

    jirka

    \
     
     \ /
      Last update: 2016-11-23 23:59    [W:3.222 / U:0.528 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site