summaryrefslogtreecommitdiff
path: root/kernel/trace/tracing_map.c
AgeCommit message (Expand)Author
2024-01-22tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu
2022-10-03tracing: Remove unused variable 'dups'Chen Zhongjin
2022-04-26tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li
2021-12-01tracing: Fix a kmemleak false positive in tracing_mapChen Jun
2021-10-19tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh
2020-11-10tracing: Fix some typos in commentsQiujun Huang
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap
2020-04-22tracing: Convert local functions in tracing_map.c to staticJason Yan
2019-12-19tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-03-10tracing: Add per-element variable support to tracing_mapTom Zanussi
2018-03-10tracing: Remove code which merges duplicatesVedang Patel
2018-03-10tracing: Add support to detect and avoid duplicatesVedang Patel
2017-10-04tracing: Remove lookups from tracing_map hitcountTom Zanussi
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu
2016-04-26tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi
2016-04-26tracing: checking for NULL instead of IS_ERR()Dan Carpenter
2016-04-19tracing: Update some tracing_map constants and commentsTom Zanussi
2016-04-19tracing: Add lock-free tracing_mapTom Zanussi