Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/perf

* 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/perf:
perf, powerpc: Use perf_sample_data_init() for the FSL code

+3 -3
+3 -3
arch/powerpc/kernel/perf_event_fsl_emb.c
··· 566 566 * Finally record data if requested. 567 567 */ 568 568 if (record) { 569 - struct perf_sample_data data = { 570 - .period = event->hw.last_period, 571 - }; 569 + struct perf_sample_data data; 570 + 571 + perf_sample_data_init(&data, 0); 572 572 573 573 if (perf_event_overflow(event, nmi, &data, regs)) { 574 574 /*