]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: changes in how we collect the names of system calls
authorKris Van Hees <kris.van.hees@oracle.com>
Tue, 20 Sep 2011 06:56:56 +0000 (02:56 -0400)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:39:55 +0000 (22:39 +0100)
commit472dadf03cb60f36365d565f34e3ecefd700099f
tree2c0d2147ae0f11edbd2b2936c3402007572401f5
parent64ef4e504fd8cb46d3abe2e6c25df69b11379d5e
dtrace: changes in how we collect the names of system calls

We used to use the ftrace syscall meta info and the nr-to-meta functionality.
Now we populate the systrace info structure statically at kernel compile time.
This means that the DTrace code no longer depends on ftrace.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
kernel/dtrace/dtrace_os.c