summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_user.c
AgeCommit message (Expand)AuthorLines
2023-06-14tracing/user_events: Add auto cleanup and future persist flagBeau Belgrave-13/+126
2023-06-14tracing/user_events: Track refcount consistently via put/getBeau Belgrave-28/+41
2023-06-14tracing/user_events: Store register flags on eventsBeau Belgrave-6/+10
2023-06-14tracing/user_events: Remove user_ns walk for groupsBeau Belgrave-37/+5
2023-06-14tracing/user_events: Fix the incorrect trace record for empty arguments eventssunliming-2/+2
2023-06-14tracing/user_events: Handle matching arguments that is null from dyn_eventssunliming-0/+2
2023-06-14tracing/user_events: Prevent same name but different args eventsunliming-6/+30
2023-05-23tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave-1/+22
2023-05-23tracing/user_events: Rename link fields for clarityBeau Belgrave-18/+22
2023-05-23tracing/user_events: Remove RCU lock while pinning pagesLinus Torvalds-6/+7
2023-05-23tracing/user_events: Split up mm alloc and attachLinus Torvalds-11/+18
2023-05-23tracing/user_events: Use long vs int for atomic bit opsBeau Belgrave-7/+8
2023-04-25tracing/user_events: Limit max fault-in attemptsBeau Belgrave-14/+35
2023-04-25tracing/user_events: Prevent same address and bit per processBeau Belgrave-0/+41
2023-04-25tracing/user_events: Ensure bit is cleared on unregisterBeau Belgrave-0/+34
2023-04-25tracing/user_events: Ensure write index cannot be negativeBeau Belgrave-0/+3
2023-04-25tracing/user_events: Set event filter_type from typeBeau Belgrave-0/+3
2023-03-29tracing/user_events: Use print_format_fields() for trace outputSteven Rostedt (Google)-6/+3
2023-03-29tracing/user_events: Align structs with tabs for readabilityBeau Belgrave-41/+41
2023-03-29tracing/user_events: Limit global user_event countBeau Belgrave-0/+47
2023-03-29tracing/user_events: Charge event allocs to cgroupsBeau Belgrave-10/+10
2023-03-29tracing/user_events: Add ioctl for disabling addressesBeau Belgrave-2/+95
2023-03-29tracing/user_events: Fixup enable faults asynclyBeau Belgrave-6/+114
2023-03-29tracing/user_events: Use remote writes for event enablementBeau Belgrave-136/+450
2023-03-29tracing/user_events: Split header into uapi and kernelBeau Belgrave-5/+0
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-0/+1
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2022-11-28tracing/user_events: Fix call print_fmt leakBeau Belgrave-0/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-1/+1
2022-11-22tracing/user_events: Fix memory leak in user_event_create()Xiu Jianfeng-1/+3
2022-10-03tracing/user_events: Move pages/locks into groups to prepare for namespacesBeau Belgrave-72/+274
2022-09-29tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave-8/+67
2022-09-29tracing/user_events: Use refcount instead of atomic for ref trackingBeau Belgrave-29/+24
2022-09-29tracing/user_events: Ensure user provided strings are safely formattedBeau Belgrave-32/+59
2022-09-29tracing/user_events: Use WRITE instead of READ for io vector importBeau Belgrave-1/+2
2022-09-29tracing/user_events: Use NULL for strstr checksBeau Belgrave-3/+3
2022-07-12tracing/user_events: Fix syntax errors in commentsXiang wangx-1/+1
2022-04-02tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)-0/+5
2022-04-02tracing/user_events: Remove eBPF interfacesBeau Belgrave-72/+1
2022-04-02tracing/user_events: Hold event_mutex during dyn_event_addBeau Belgrave-2/+6
2022-03-15user_events: Add trace event call as root for low permission casesBeau Belgrave-2/+37
2022-03-11tracing/user_events: Use alloc_pages instead of kzalloc() for register pagesSteven Rostedt (Google)-6/+8
2022-03-11user_events: Prevent dyn_event delete racing with ioctl add/deleteBeau Belgrave-6/+40
2022-03-10user_events: Fix potential uninitialized pointer while parsing fieldBeau Belgrave-1/+3
2022-02-10user_events: Validate user payloads for size and null terminationBeau Belgrave-14/+133
2022-02-10user_events: Optimize writing events by only copying data onceBeau Belgrave-30/+85
2022-02-10user_events: Add basic perf and eBPF supportBeau Belgrave-1/+71
2022-02-10user_events: Handle matching arguments from dyn_eventsBeau Belgrave-1/+76
2022-02-10user_events: Add print_fmt generation support for basic typesBeau Belgrave-2/+113
2022-02-10user_events: Add minimal support for trace_event into ftraceBeau Belgrave-0/+1187