|
@@ -102,12 +102,10 @@ struct perf_event_attr;
|
|
#ifdef CONFIG_EVENT_PROFILE
|
|
#ifdef CONFIG_EVENT_PROFILE
|
|
|
|
|
|
#define TRACE_SYS_ENTER_PROFILE_INIT(sname) \
|
|
#define TRACE_SYS_ENTER_PROFILE_INIT(sname) \
|
|
- .profile_count = ATOMIC_INIT(-1), \
|
|
|
|
.profile_enable = prof_sysenter_enable, \
|
|
.profile_enable = prof_sysenter_enable, \
|
|
.profile_disable = prof_sysenter_disable,
|
|
.profile_disable = prof_sysenter_disable,
|
|
|
|
|
|
#define TRACE_SYS_EXIT_PROFILE_INIT(sname) \
|
|
#define TRACE_SYS_EXIT_PROFILE_INIT(sname) \
|
|
- .profile_count = ATOMIC_INIT(-1), \
|
|
|
|
.profile_enable = prof_sysexit_enable, \
|
|
.profile_enable = prof_sysexit_enable, \
|
|
.profile_disable = prof_sysexit_disable,
|
|
.profile_disable = prof_sysexit_disable,
|
|
#else
|
|
#else
|