aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMaíra Canal <mcanal@igalia.com>2023-02-22 13:06:17 -0300
committerMaíra Canal <mairacanal@riseup.net>2023-03-20 08:14:27 -0300
commit28a4f5609c9aad29f921850d3fe58bec5074c86c (patch)
tree45df510f8179f85b0aa645181935d2ab98ffe9b6 /tools/perf/scripts/python/export-to-sqlite.py
parentdrm/prime: Fix documentation of drm_gem_prime_fd_to_handle() (diff)
downloadlinux-28a4f5609c9aad29f921850d3fe58bec5074c86c.tar.gz
linux-28a4f5609c9aad29f921850d3fe58bec5074c86c.zip
drm/vgem: Drop struct drm_vgem_gem_object
Commit 45d9c8dde4cd ("drm/vgem: use shmem helpers") introduced shmem helpers to vgem and with that, removed all uses of the struct drm_vgem_gem_object. So, as the struct is no longer used, delete it. Signed-off-by: Maíra Canal <mcanal@igalia.com> Reviewed-by: Melissa Wen <mwen@igalia.com> Signed-off-by: Maíra Canal <mairacanal@riseup.net> Link: https://patchwork.freedesktop.org/patch/msgid/20230222160617.171429-1-mcanal@igalia.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
-04-29memcgroup: make the memory controller more desktop responsiveBalbir Singh1-2/+1 2008-04-29memcg: remove redundant function callsKAMEZAWA Hiroyuki1-8/+8 2008-04-29memcgroup: implement failcounter resetPavel Emelyanov2-3/+19 2008-04-29memcgroup: use triggers in force_empty and max_usage filesPavel Emelyanov1-15/+6 2008-04-29memcgroup: move memory controller allocations to their own slabsBalbir Singh1-6/+10 2008-04-29memcgroups: add a document describing the resource counter abstractionPavel Emelyanov2-0/+183 2008-04-29memcgroup: add the max_usage member on the res_counterPavel Emelyanov3-0/+35 2008-04-29cgroups: add an owner to the mm_structBalbir Singh11-41/+169 2008-04-29cgroups: introduce cft->read_seq()Serge E. Hallyn3-57/+38 2008-04-29cgroups: remove the css_set linked-listLi Zefan2-26/+20 2008-04-29cgroups: simplify init_subsys()Li Zefan2-28/+10 2008-04-29cgroups: use a hash table for css_set findingLi Zefan2-13/+53 2008-04-29cgroups: implement device whitelistSerge E. Hallyn7-0/+686 2008-04-29cgroups: add the trigger callback to struct cftypePavel Emelyanov2-0/+12 2008-04-29cgroup: switch to proc_create()Li Zefan1-4/+1 2008-04-29cgroup: annotate cgroup_init_subsys with __initLi Zefan1-1/+1 2008-04-29CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime filePaul Menage1-40/+6 2008-04-29CGroups _s64 files: add cgroups read_s64/write_s64 file methodsPaul Menage2-10/+36 2008-04-29CGroup API files: make CGROUP_DEBUG default to offPaul Menage1-0/+1 2008-04-29CGroup API files: move "releasable" to cgroup_debug subsystemPaul Menage3-24/+22 2008-04-29CGroup API files: drop mem_cgroup_force_empty()Paul Menage1-12/+0 2008-04-29CGroup API files: use cgroup map for memcontrol stats filePaul Menage1-22/+6 2008-04-29CGroup API files: add cgroup map data typePaul Menage2-1/+71 2008-04-29CGroup API files: update cpusets to use cgroup structured file APIPaul Menage1-77/+83 2008-04-29CGroup API files: strip all trailing whitespace in cgroup_write_u64Paul Menage1-4/+1 2008-04-29CGroup API files: use read_u64 in memory controllerPaul Menage1-9/+6 2008-04-29CGroup API files: add res_counter_read_u64()Paul Menage2-1/+9 2008-04-29CGroup API files: rename read/write_uint methods to read_write_u64Paul Menage4-32/+32 2008-04-29cgroups: kernel/ns_cgroup.c should #include <linux/nsproxy.h>Adrian Bunk1-0/+1 2008-04-29cgroup: fix sparse warning of shadow symbol in cgroup.cPaul Jackson1-5/+5 2008-04-29make cgroup_enable_task_cg_lists() staticAdrian Bunk1-1/+1 2008-04-29x86: olpc: add One Laptop Per Child architecture supportAndres Salomon10-3/+736 2008-04-29eCryptfs: protect crypt_stat->flags in ecryptfs_open()Michael Halcrow1-0/+2 2008-04-29eCryptfs: make key module subsystem respect namespacesMichael Halcrow5-64/+136 2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow6-226/+435