summaryrefslogtreecommitdiff
path: root/src/exec.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-24New upstream release 15.7a, fixing CVE-2009-014815.7a-1Tobias Klauser1-3/+3
2006-11-13Initial import15.6-2Tobias Klauser1-0/+190
14:37:12 -0400 committerSteven Rostedt <rostedt@goodmis.org>2015-04-08 09:39:55 -0400 commitacd388fd3af350ab24c6ab6f19b83fc4a4f3aa60 (patch) tree98b1345299c3ea060b8297b35465d4dc92e4ea1d /samples/trace_events parent6e9dd8ddbdbb3b7aeba7fd9b987579534cfc260b (diff)
tracing: Give system name a pointer
Normally the compiler will use the same pointer for a string throughout the file. But there's no guarantee of that happening. Later changes will require that all events have the same pointer to the system string. Name the system string and have all events point to it. Testing this, it did not increases the size of the text, except for the notes section, which should not harm the real size any. Link: http://lkml.kernel.org/r/20150403013802.220157513@goodmis.org Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Tested-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'samples/trace_events')