summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
evicetable.hXu Yilun 2021-01-07fpga: dfl: fix the definitions of type & feature_id for dfl devicesXu Yilun 2020-09-09fpga: dfl: create a dfl bus type to support DFL devicesXu Yilun 2020-08-30fpga: dfl: map feature mmio resources in their own feature driversXu Yilun 2020-08-19fpga: dfl: change data type of feature id to u16Xu Yilun 2020-06-28fpga: dfl: introduce interrupt trigger setting APIXu Yilun 2020-06-28fpga: dfl: parse interrupt info for feature devices on enumerationXu Yilun 2020-06-18fpga: dfl: Use struct_size() in kzalloc()Gustavo A. R. Silva 2020-05-15Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman 2020-04-29fpga: dfl.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva 2020-04-29fpga: dfl: support multiple opens on feature device node.Xu Yilun 2020-04-28fpga: dfl: fme: add performance reporting supportWu Hao