summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (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 -- "$@"
1-12-20drm/radeon: rename struct radeon_cp to radeon_ringChristian König 2011-12-20drm/radeon: make cp variable an arrayChristian König 2011-12-20drm/radeon: make all functions work with multiple rings.Christian König 2011-03-17drm/radeon: fixup refcounts in radeon dumb create ioctl.Dave Airlie 2011-03-16Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie 2011-03-14drm/radeon: fix problem with changing active VRAM size. (v2)Dave Airlie 2011-02-23drm/radeon: introduce gem_to_radeon_bo helperDaniel Vetter 2011-02-23drm/radeon: embed struct drm_gem_objectDaniel Vetter 2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie 2010-11-18drm/radeon/kms: fix alignment when allocating buffersAlex Deucher 2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie 2010-08-10drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson mmit/?id=bb9707077b4ee5f77bc9939b057ff8a0d410296f'/> urn:sha1:bb9707077b4ee5f77bc9939b057ff8a0d410296f We use it in bitops/__ffs.h and bitops/atomic.h, that we also got from the kernel, but were getting it from either newer systems that carry it in /usr/include, or from the kernel sources, that we decided not to touch from tools/ code. Fix it. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-lwqvgbuitjmrdpjmjp6zqnyx@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>