mirror of https://github.com/torvalds/linux.git
Currently the libtraceevent's found by pkg-config, which give the
include path as:
[root@localhost tmp]# pkg-config --cflags libtraceevent
-I/usr/local/include/traceevent
So we should include the libtraceevent headers directly without
"traceevent/" prefix. Update all the users.
Fixes:
|
||
|---|---|---|
| .. | ||
| Build | ||
| trace-event-perl.c | ||
| trace-event-python.c | ||