Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163780
b: refs/heads/master
c: 4b77a72
h: refs/heads/master
v: v3
  • Loading branch information
Mike Galbraith authored and Ingo Molnar committed Sep 18, 2009
1 parent c8cc0e3 commit 71786f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 1281a49b7aa865a1f0d60e2b28410e6234fc686b
refs/heads/master: 4b77a7297795229eca96c41e1709a3c87909fabe
4 changes: 3 additions & 1 deletion trunk/tools/perf/builtin-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1859,11 +1859,13 @@ static void __cmd_replay(void)


static const char * const sched_usage[] = {
"perf sched [<options>] {record|latency|replay|trace}",
"perf sched [<options>] {record|latency|map|replay|trace}",
NULL
};

static const struct option sched_options[] = {
OPT_STRING('i', "input", &input_name, "file",
"input file name"),
OPT_BOOLEAN('v', "verbose", &verbose,
"be more verbose (show symbol address, etc)"),
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
Expand Down

0 comments on commit 71786f5

Please sign in to comment.