Loading kernel/perf_counter.c +1 −0 Original line number Diff line number Diff line Loading @@ -2666,6 +2666,7 @@ static void perf_counter_output(struct perf_counter *counter, int nmi, header.size += sizeof(cpu_entry); cpu_entry.cpu = raw_smp_processor_id(); cpu_entry.reserved = 0; } if (sample_type & PERF_SAMPLE_PERIOD) Loading Loading
kernel/perf_counter.c +1 −0 Original line number Diff line number Diff line Loading @@ -2666,6 +2666,7 @@ static void perf_counter_output(struct perf_counter *counter, int nmi, header.size += sizeof(cpu_entry); cpu_entry.cpu = raw_smp_processor_id(); cpu_entry.reserved = 0; } if (sample_type & PERF_SAMPLE_PERIOD) Loading