Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100648
b: refs/heads/master
c: 26bc83f
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Jul 11, 2008
1 parent c6f2142 commit 715ed75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad591240ceadcaf41b2a88855ca5f1c77c5a0298
refs/heads/master: 26bc83f4cb911a0b4dabfe23b700aaf3235f2955
3 changes: 3 additions & 0 deletions trunk/kernel/trace/trace_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ static void function_reset(struct trace_array *tr)

static void start_function_trace(struct trace_array *tr)
{
tr->cpu = get_cpu();
function_reset(tr);
put_cpu();

tracing_start_cmdline_record();
tracing_start_function_trace();
}
Expand Down

0 comments on commit 715ed75

Please sign in to comment.