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 "$@"
>2013-05-31net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh 2013-05-31net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh 2013-05-31net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh 2013-05-31net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh 2013-04-15net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich 2013-04-05net: count hw_addr syncs so that unsync works properly.Vlad Yasevich 2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang 2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng 2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng 2012-11-15net: correct check in dev_addr_del()Jiri Pirko