summaryrefslogtreecommitdiff
path: root/kernel/trace/tracing_map.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-17tracing: Fix a kmemleak false positive in tracing_mapChen Jun1-0/+3
2021-11-18tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh1-17/+23
2020-11-11tracing: Fix some typos in commentsQiujun Huang1-3/+3
2020-09-22tracing: Delete repeated words in commentsRandy Dunlap1-1/+1
2020-04-23tracing: Convert local functions in tracing_map.c to staticJason Yan1-3/+3
2019-12-20tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)1-2/+2
2018-08-17tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-10/+1
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-03-11tracing: Add per-element variable support to tracing_mapTom Zanussi1-0/+108
2018-03-11tracing: Remove code which merges duplicatesVedang Patel1-77/+6
2018-03-11tracing: Add support to detect and avoid duplicatesVedang Patel1-5/+36
2017-10-04tracing: Remove lookups from tracing_map hitcountTom Zanussi1-1/+2
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu1-4/+7
2016-04-26tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi1-2/+6
2016-04-26tracing: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+1
2016-04-19tracing: Update some tracing_map constants and commentsTom Zanussi1-2/+2
2016-04-19tracing: Add lock-free tracing_mapTom Zanussi1-0/+1058