#!/bin/bash # description: create flame graphs perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@" ico'/>
summaryrefslogtreecommitdiff
path: root/lib/debugobjects.c
AgeCommit message (Expand)Author
2020-01-17debugobjects: Fix various data racesMarco Elver
2019-06-14debugobjects: Move printk out of db->lock critical sectionsWaiman Long
2019-06-14debugobjects: Less aggressive freeing of excess debug objectsWaiman Long
2019-06-14debugobjects: Reduce number of pool_lock acquisitions in fill_pool()Waiman Long
2019-06-14debugobjects: Percpu pool lookahead freeing/allocationWaiman Long
2019-06-14debugobjects: Add percpu free poolsWaiman Long
2019-06-14debugobjects: No need to check return value of debugfs_create()Greg Kroah-Hartman
2018-12-28debugobjects: call debug_objects_mem_init earilerQian Cai