summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-parse.c
blob: 94775199644ece31d1253583416a21e4ba3fb480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "../perf.h"
#include "util.h"
#include "trace-event.h"

int common_pc(struct scripting_context *context)
{
	return parse_common_pc(context->event_data);
}

int common_flags(struct scripting_context *context)
{
	return parse_common_flags(context->event_data);
}

int common_lock_depth(struct scripting_context *context)
{
	return parse_common_lock_depth(context->event_data);
}
OpenPOWER on IntegriCloud