summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorPeter Zijlstra <a.p.zijlstra@chello.nl>2010-05-21 14:43:08 +0200
committerIngo Molnar <mingo@elte.hu>2010-06-09 11:12:37 +0200
commite78505958cf123048fb48cb56b79cebb8edd15fb (patch)
tree3688d124cdc906cbe9f6587c8671ba0a14c95262 /tools/perf/scripts/python/bin
parenta6e6dea68c18f705957573ee5596097c7e82d0e5 (diff)
downloadkernel-e78505958cf123048fb48cb56b79cebb8edd15fb.tar.gz
perf: Convert perf_event to local_t
Since now all modification to event->count (and ->prev_count and ->period_left) are local to a cpu, change then to local64_t so we avoid the LOCK'ed ops. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
on_heap.c?h=linux-5.1.y&id=8b312bb9a795c9c07661aee7b694cbfd3217e25c'>ion: optimize ion_heap_buffer_zeroColin Cross 2013-12-14gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys 2013-12-14ion: fix printk warningsColin Cross 2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross 2013-12-14ion: convert map_kernel to return ERR_PTRColin Cross 2013-12-14gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin 2013-12-14gpu: ion: add CMA heapBenjamin Gaignard 2013-12-14gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin 2013-12-14gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin 2013-12-14gpu: ion: Add chunk heapRebecca Schultz Zavin 2013-12-14gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin 2013-12-14gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin