Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209248
b: refs/heads/master
c: b7eead8
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Gelmini authored and Arnaldo Carvalho de Melo committed Aug 5, 2010
1 parent 2f7bfdf commit b4eea73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7935f65f77e1cd19fe0a094fc1b34e258565751e
refs/heads/master: b7eead86d2951dab733d36554e8166a2a91d7363
19 changes: 7 additions & 12 deletions trunk/tools/perf/builtin-trace.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#include "builtin.h"

#include "util/util.h"
#include "perf.h"
#include "util/cache.h"
#include "util/debug.h"
#include "util/exec_cmd.h"
#include "util/header.h"
#include "util/parse-options.h"
#include "util/session.h"
#include "util/symbol.h"
#include "util/thread.h"
#include "util/header.h"
#include "util/exec_cmd.h"
#include "util/trace-event.h"
#include "util/session.h"
#include "util/util.h"

static char const *script_name;
static char const *generate_script_lang;
Expand Down Expand Up @@ -59,14 +62,6 @@ static int cleanup_scripting(void)
return scripting_ops->stop_script();
}

#include "util/parse-options.h"

#include "perf.h"
#include "util/debug.h"

#include "util/trace-event.h"
#include "util/exec_cmd.h"

static char const *input_name = "perf.data";

static int process_sample_event(event_t *event, struct perf_session *session)
Expand Down

0 comments on commit b4eea73

Please sign in to comment.