summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
n title='2008-11-14 10:39:05 +1100'>2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells 2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen 2008-01-28cfq-iosched: relax IOPRIO_CLASS_IDLE restrictionsJens Axboe 2008-01-28io context sharing: preliminary supportJens Axboe 2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe 2007-11-07ioprio: allow sys_ioprio_set() value of 0 to reset ioprio settingJens Axboe 2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov 2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov 2007-02-12[PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_taskEric W. Biederman 2006-10-12[PATCH] block layer: ioprio_best function fixVasily Tarasov 2006-09-30[PATCH] Update axboe@suse.de email addressJens Axboe 2006-09-30[PATCH] Don't need to disable interrupts for tasklist_lockOleg Nesterov 2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe 2006-08-21[PATCH] uninline ioprio_best()Oleg Nesterov 2006-08-21[PATCH] Fix current_io_context() vs set_task_ioprio() raceOleg Nesterov 2006-08-21[PATCH] sys_ioprio_set: minor do_each_thread+break fixOleg Nesterov