Loading kernel/trace/trace.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1571,7 +1571,7 @@ __find_next_entry(struct trace_iterator *iter, int *ent_cpu, { { struct ring_buffer *buffer = iter->tr->buffer; struct ring_buffer *buffer = iter->tr->buffer; struct trace_entry *ent, *next = NULL; struct trace_entry *ent, *next = NULL; unsigned long lost_events, next_lost = 0; unsigned long lost_events = 0, next_lost = 0; int cpu_file = iter->cpu_file; int cpu_file = iter->cpu_file; u64 next_ts = 0, ts; u64 next_ts = 0, ts; int next_cpu = -1; int next_cpu = -1; Loading Loading
kernel/trace/trace.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1571,7 +1571,7 @@ __find_next_entry(struct trace_iterator *iter, int *ent_cpu, { { struct ring_buffer *buffer = iter->tr->buffer; struct ring_buffer *buffer = iter->tr->buffer; struct trace_entry *ent, *next = NULL; struct trace_entry *ent, *next = NULL; unsigned long lost_events, next_lost = 0; unsigned long lost_events = 0, next_lost = 0; int cpu_file = iter->cpu_file; int cpu_file = iter->cpu_file; u64 next_ts = 0, ts; u64 next_ts = 0, ts; int next_cpu = -1; int next_cpu = -1; Loading