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 "$@"
itle='2018-03-26 12:07:48 -0400'>2018-03-26net: Use octal not symbolic permissionsJoe Perches 2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko 2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan 2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook 2017-10-22net: rose: mark expected switch fall-throughsGustavo A. R. Silva 2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook 2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook 2017-10-18net/rose: Convert timers to use timer_setup()Kees Cook 2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn