summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2024-09-30 14:33:13 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2024-10-03 18:19:01 +0200
commitfe5d0c88c8b64a33b2e7c0d40521917f53ad3138 (patch)
tree155611782cc50853ad1bd8aa289a16cb0be1b14a /tools/perf/scripts/python/flamegraph.py
parentbda210a738f1bce01db7619401035a1aae9fedca (diff)
downloadkernel-fe5d0c88c8b64a33b2e7c0d40521917f53ad3138.tar.gz
crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
Substitute the inclusion of <linux/random.h> header with <linux/prandom.h> to allow the removal of legacy inclusion of <linux/prandom.h> from <linux/random.h>. Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: David S. Miller <davem@davemloft.net> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
>Arnaldo Carvalho de Melo 2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo 2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo 2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo 2019-08-08perf record: Fix module size on s390Thomas Richter 2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa 2019-07-29perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa