summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-09-14 16:50:29 +0100
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-09-17 14:43:31 -0700
commit3ef94daae7530b4ebcd2e5f48f1028cd2d2470ba (patch)
tree130f7e46f4d34b3016775c9e1980d971c475dc55 /tools/perf/scripts/python/event_analyzing_sample.py
parent31169714fc928aed4e945b959dca2bedd259b9c9 (diff)
downloadkernel-3ef94daae7530b4ebcd2e5f48f1028cd2d2470ba.tar.gz
drm/i915: Add ioctl to set 'purgeability' of objects
Similar to the madvise() concept, the application may wish to mark some data as volatile. That is in the event of memory pressure the kernel is free to discard such buffers safe in the knowledge that the application can recreate them on demand, and is simply using these as a cache. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
d>mwifiex: add a kfree() to an error pathDan Carpenter 2011-09-13mwifiex: replace kmalloc & memcpy sequence with kmemdupYogesh Ashok Powar 2011-08-12mwifiex: use cfg80211 dynamic scan table and cfg80211_get_bss APIAmitkumar Karwar 2011-08-08mwifiex: remove redundant variable scan_table_idxBing Zhao 2011-08-08mwifiex: remove wireless.h inclusion and fix resulting bugsBing Zhao 2011-07-21mwifiex: disable auto deep sleep before unloading the driverAmitkumar Karwar 2011-05-11mwifiex: remove redundant local structuresAmitkumar Karwar 2011-05-10mwifiex: fix null derefs, mem leaks and triviaChristoph Fritz 2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar 2011-04-19mwifiex: remove some macro definitionsAmitkumar Karwar 2011-04-19mwifiex: remove redundant local variables and commentsYogesh Ashok Powar 2011-04-14mwifiex: remove unused function parametersAmitkumar Karwar 2011-04-14mwifiex: cleanup ioctl wait queue and abstraction layerAmitkumar Karwar 2011-04-12mwifiex: use common keyinfo bitmap for different key typesYogesh Ashok Powar 2011-04-04mwifiex: remove unused radio_on variable and macrosMarc Yang 2011-04-04mwifiex: remove MWIFIEX_BSS_MODE_ macrosBing Zhao 2011-04-04mwifiex: remove unnecessary _set_auth functionsMarc Yang 2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao