summaryrefslogtreecommitdiffstats
path: root/kernel/trace/tracing_map.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-171-10/+1Star
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* tracing: Add per-element variable support to tracing_mapTom Zanussi2018-03-101-0/+108
* tracing: Remove code which merges duplicatesVedang Patel2018-03-101-77/+6Star
* tracing: Add support to detect and avoid duplicatesVedang Patel2018-03-101-5/+36
* tracing: Remove lookups from tracing_map hitcountTom Zanussi2017-10-041-1/+2
* tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu2017-08-241-4/+7
* tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi2016-04-261-2/+6
* tracing: checking for NULL instead of IS_ERR()Dan Carpenter2016-04-261-1/+1
* tracing: Update some tracing_map constants and commentsTom Zanussi2016-04-191-2/+2
* tracing: Add lock-free tracing_mapTom Zanussi2016-04-191-0/+1058