summaryrefslogtreecommitdiffstats
path: root/kernel/trace/tracing_map.c
AgeCommit message (Expand)AuthorLines
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)-10/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+1
2018-03-10tracing: Add per-element variable support to tracing_mapTom Zanussi-0/+108
2018-03-10tracing: Remove code which merges duplicatesVedang Patel-77/+6
2018-03-10tracing: Add support to detect and avoid duplicatesVedang Patel-5/+36
2017-10-04tracing: Remove lookups from tracing_map hitcountTom Zanussi-1/+2
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu-4/+7
2016-04-26tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi-2/+6
2016-04-26tracing: checking for NULL instead of IS_ERR()Dan Carpenter-1/+1
2016-04-19tracing: Update some tracing_map constants and commentsTom Zanussi-2/+2
2016-04-19tracing: Add lock-free tracing_mapTom Zanussi-0/+1058