summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-06-02 21:17:37 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-06-09 16:46:25 +1000
commite821ea70f3b4873b50056a1e0f74befed1014c09 (patch)
tree5c7808e9ab65af2577a05a79726fb211f673feb8 /tools/perf/scripts/python/stackcollapse.py
parentd3f6204a7d65030ba92bf43a278b3f3054353e0b (diff)
downloadkernel-e821ea70f3b4873b50056a1e0f74befed1014c09.tar.gz
powerpc: Move VMX and VSX asm code to vector.S
Currently, load_up_altivec and give_up_altivec are duplicated in 32-bit and 64-bit. This creates a common implementation that is moved away from head_32.S, head_64.S and misc_64.S and into vector.S, using the same macros we already use for our common implementation of load_up_fpu. I also moved the VSX code over to vector.S though in that case I didn't make it build on 32-bit (yet). Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
n>Add a document on how to contribute to the documentationJonathan Corbet 2019-11-07kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'Changbin Du 2019-07-17docs: remove extra conf.py filesMauro Carvalho Chehab 2019-06-28Doc : doc-guide : Fix a typoSheriff Esseson 2019-06-26docs: Note that :c:func: should no longer be usedJonathan Corbet 2019-06-14sphinx.rst: Add note about code snippets embedded in the textAndré Almeida 2019-05-30docs: requirements.txt: recommend Sphinx 1.7.9Mauro Carvalho Chehab 2019-04-19docs: doc-guide: remove the extension from .rst filesMauro Carvalho Chehab 2019-02-17docs: kernel-doc: typo "if ... if" -> "if ... is"Frank Rowand 2019-02-01docs: kernel-doc: typo "documentaion"Frank Rowand 2019-02-01docs: kernel-doc: update commands to generate man pageFrank Rowand 2019-01-14docs-rst: doc-guide: Minor grammar fixesJoel Nider 2018-12-06doc:process: add links where missingFederico Vaga 2018-11-07doc-guide:kernel-doc.rst: Reference to foobarJoris Gutjahr