Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182399
b: refs/heads/master
c: 0f35cd4
h: refs/heads/master
i:
  182397: f76f7e6
  182395: eba4fff
  182391: 047b706
  182383: a565cac
  182367: ea8b6cb
  182335: bcff305
  182271: f857544
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Jan 27, 2010
1 parent 3dc5c19 commit c01428d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 24bfef0f924b4ac4312614422a4982b5f4d9a4c7
refs/heads/master: 0f35cd4cea08a8893e3e2ea03cbdb65f5d2b0e7a
4 changes: 4 additions & 0 deletions trunk/tools/perf/builtin-top.c
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,10 @@ static int event__process(event_t *event, struct perf_session *session)
case PERF_RECORD_MMAP:
event__process_mmap(event, session);
break;
case PERF_RECORD_FORK:
case PERF_RECORD_EXIT:
event__process_task(event, session);
break;
default:
break;
}
Expand Down

0 comments on commit c01428d

Please sign in to comment.