summaryrefslogtreecommitdiffstats
path: root/kernel/trace/tracing_map.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu2024-01-221-1/+6
* tracing: Remove unused variable 'dups'Chen Zhongjin2022-10-031-3/+2
* tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li2022-04-261-1/+2
* tracing: Fix a kmemleak false positive in tracing_mapChen Jun2021-12-011-0/+3
* tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh2021-10-191-17/+23
* tracing: Fix some typos in commentsQiujun Huang2020-11-101-3/+3
* tracing: Delete repeated words in commentsRandy Dunlap2020-09-211-1/+1
* tracing: Convert local functions in tracing_map.c to staticJason Yan2020-04-221-3/+3
* tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2019-12-191-2/+2
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-10/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-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/+6
* 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