Revert "tracing: Constify string literal data member in struct trace_event_call"
This reverts commit 30080cdde6 which is
commit 452f4b31e3f70a52b97890888eeb9eaa9a87139a upstream.
It breaks the Android kernel abi and can be brought back in the future
in an abi-safe way if it is really needed.
Bug: 161946584
Change-Id: Ib63a284c6a02575a89f533f77da910de420989a7
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
c32bcb5cc0
commit
196c9546b3
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ struct trace_event_call {
|
|||
struct list_head list;
|
||||
struct trace_event_class *class;
|
||||
union {
|
||||
const char *name;
|
||||
char *name;
|
||||
/* Set TRACE_EVENT_FL_TRACEPOINT flag when using "tp" */
|
||||
struct tracepoint *tp;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue