diff options
| author | Kurt Kanzenbach <kurt@linutronix.de> | 2018-07-09 12:17:25 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-07-11 08:56:09 +0200 |
| commit | a44f430a431a528b6df59bfc74bde10de5feeb1a (patch) | |
| tree | 583f4559a1a0829efd5cfbcf46c28fad89328247 /schulung_tools | |
| parent | 2661cd965c0fa0016df60dfaaa56c55acd20ae60 (diff) | |
tools: ipc-shm: better use syscalls events instead of raw events
It's much simpler to have syscall names instead of numbers in traces.
Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
Diffstat (limited to 'schulung_tools')
| -rw-r--r-- | schulung_tools/ipc_shm/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/schulung_tools/ipc_shm/README b/schulung_tools/ipc_shm/README index 7187c94..4eec970 100644 --- a/schulung_tools/ipc_shm/README +++ b/schulung_tools/ipc_shm/README @@ -17,8 +17,7 @@ sudo trace-cmd record \ -e sched:sched_pi_setprio \ -e probe_send:sending \ -e probe_recv:received \ - -e raw_syscalls:sys_enter \ - -e raw_syscalls:sys_exit \ + -e syscalls \ taskset 1 chrt -f 70 ./send # type message and hit return |
