aboutsummaryrefslogtreecommitdiff
path: root/src/process
diff options
context:
space:
mode:
authorChris E Ferron <chris.e.ferron@linux.intel.com>2012-07-27 09:22:28 -0700
committerChris E Ferron <chris.e.ferron@linux.intel.com>2012-07-27 09:26:33 -0700
commitce22d9d47abe1bf90467d4a30ccdadf1f2c9a540 (patch)
tree114011546ea36da7f1825f872f0659540b704d3f /src/process
parent6e14e6ef3f286f0b70e454c45f46c4d235208ece (diff)
downloadpowertop-2.0-v2-ce22d9d47abe1bf90467d4a30ccdadf1f2c9a540.tar.gz
rebase pevent code to upstream kernel version of tools lib traceevent.
This will allow me to keep update and align with the libary code until it is usable without building it local.
Diffstat (limited to 'src/process')
-rw-r--r--src/process/do_process.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process/do_process.cpp b/src/process/do_process.cpp
index 731fe3e..11e6680 100644
--- a/src/process/do_process.cpp
+++ b/src/process/do_process.cpp
@@ -186,7 +186,7 @@ int dont_blame_me(char *comm)
return 0;
}
-static void dbg_printf_pevent_info(struct event_format *event, struct record *rec)
+static void dbg_printf_pevent_info(struct event_format *event, struct pevent_record *rec)
{
static struct trace_seq s;
@@ -216,7 +216,7 @@ static char * get_pevent_field_str(void *trace, struct event_format *event, stru
void perf_process_bundle::handle_trace_point(void *trace, int cpu, uint64_t time)
{
struct event_format *event;
- struct record rec; /* holder */
+ struct pevent_record rec; /* holder */
struct format_field *field;
unsigned long long val;
int type;