Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277353
b: refs/heads/master
c: 64aab93
h: refs/heads/master
i:
  277351: fc9dc04
v: v3
  • Loading branch information
David Ahern authored and Arnaldo Carvalho de Melo committed Dec 23, 2011
1 parent 4fb5323 commit 0a1762b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f5faf726184a6a5ca1735f610cb97e509fce33e2
refs/heads/master: 64aab93cdffb3967642ffab954395ae2400c0b06
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-script.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ static int process_sample_event(struct perf_tool *tool __used,
struct machine *machine)
{
struct addr_location al;
struct thread *thread = machine__findnew_thread(machine, event->ip.pid);
struct thread *thread = machine__findnew_thread(machine, event->ip.tid);

if (thread == NULL) {
pr_debug("problem processing %d event, skipping it.\n",
Expand Down

0 comments on commit 0a1762b

Please sign in to comment.