]> Git Repo - linux.git/commit
tracing/syscalls: Use long for syscall ret format and field definitions
authorTom Zanussi <[email protected]>
Tue, 6 Oct 2009 06:00:49 +0000 (01:00 -0500)
committerIngo Molnar <[email protected]>
Tue, 6 Oct 2009 10:02:34 +0000 (12:02 +0200)
commitee949a86b3aef15845ea677aa60231008de62672
treede3cb7bdbc4399a052140ec1e46a19fda60b1fd0
parentb934cdd55f2ac38c825f3d46cfa87a1654f1c849
tracing/syscalls: Use long for syscall ret format and field definitions

The syscall event definitions use long for the syscall exit ret
value, but unsigned long for the same thing in the format and field
definitions.  Change them all to long.

Signed-off-by: Tom Zanussi <[email protected]>
Acked-by: Frederic Weisbecker <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
LKML-Reference: <1254808849[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
kernel/trace/trace_syscalls.c
This page took 0.054798 seconds and 4 git commands to generate.