diff options
Diffstat (limited to 'arch/s390/kernel/perf_cpum_sf.c')
| -rw-r--r-- | arch/s390/kernel/perf_cpum_sf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/perf_cpum_sf.c b/arch/s390/kernel/perf_cpum_sf.c index 0292d68e7dde..ca0b7ae894bb 100644 --- a/arch/s390/kernel/perf_cpum_sf.c +++ b/arch/s390/kernel/perf_cpum_sf.c | |||
| @@ -665,7 +665,7 @@ static void cpumsf_output_event_pid(struct perf_event *event, | |||
| 665 | goto out; | 665 | goto out; |
| 666 | 666 | ||
| 667 | /* Update the process ID (see also kernel/events/core.c) */ | 667 | /* Update the process ID (see also kernel/events/core.c) */ |
| 668 | data->tid_entry.pid = cpumsf_pid_type(event, pid, __PIDTYPE_TGID); | 668 | data->tid_entry.pid = cpumsf_pid_type(event, pid, PIDTYPE_TGID); |
| 669 | data->tid_entry.tid = cpumsf_pid_type(event, pid, PIDTYPE_PID); | 669 | data->tid_entry.tid = cpumsf_pid_type(event, pid, PIDTYPE_PID); |
| 670 | 670 | ||
| 671 | perf_output_sample(&handle, &header, data, event); | 671 | perf_output_sample(&handle, &header, data, event); |
