summaryrefslogtreecommitdiffstats
path: root/perf-lib64.patch
Commit message (Collapse)AuthorAgeFilesLines
* Patch file cleanupJosh Boyer2014-08-201-17/+0
| | | | | | | | | Do a couple things here: - Split the mega-patches into individual patches. Should help with rebasing. - Make all patches 'git am' acceptable. There should be no functional or actual code differences from before
* perf: install trace-event pluginsKyle McMartin2014-06-031-0/+17
perf hardcodes $libdir to be lib for all but x86_64, so kludge around it until upstream gets their act together. --kyle