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 "$@"
mousedev - mark mousedev interfaces as non-seekableDmitry Torokhov 2012-10-08Input: mousedev - rename mixdev_open to opened_by_mixdevDmitry Torokhov 2012-10-08Input: mousedev - reformat structure initializersDmitry Torokhov 2012-10-08Input: mousedev - factor out psaux code to reduce #ifdeferyDmitry Torokhov 2012-08-21Input: random formatting fixesBaodong Chen 2011-05-25Input: properly assign return value of clamp() macro.Hans Petter Selasky 2011-05-12Input: remove useless synchronize_rcu() callsEric Dumazet 2010-11-30Input: use pr_fmt and pr_<level>Joe Perches 2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds 2010-10-17Input: mousedev - correct lockdep annotationHitoshi Mitake 2010-10-15llseek: automatically add .llseek fopArnd Bergmann 2010-08-25Input: mousedev - fix regression of inverting axesChristoph Fritz 2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack 2010-07-15Input: mousedev - signal that device is writable in mousedev_poll()Julien Moutinho 2010-07-15Input: change input handlers to use bool when possibleDmitry Torokhov 2010-03-09Input: mousedev - remove BKLThadeu Lima de Souza Cascardo 2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan