You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
431 B
14 lines
431 B
Index: processor-trace-2.0/libipt/src/posix/init.c
|
|
===================================================================
|
|
--- processor-trace-2.0.orig/libipt/src/posix/init.c
|
|
+++ processor-trace-2.0/libipt/src/posix/init.c
|
|
@@ -29,7 +29,7 @@
|
|
#include "pt_ild.h"
|
|
|
|
|
|
-static void __attribute__((constructor)) init(void)
|
|
+void __libipt_init(void)
|
|
{
|
|
/* Initialize the Intel(R) Processor Trace instruction decoder. */
|
|
pt_ild_init();
|