Show patches with: Submitter = Steven Rostedt       |    Archived = No       |   721 patches
« 1 2 3 47 8 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,26/27] selftests/ftrace: Add function_graph tracer to func-filter-pid test function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,25/27] function_graph: Use static_call and branch to optimize return function function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,24/27] function_graph: Use static_call and branch to optimize entry function function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,23/27] function_graph: Use bitmask to loop on fgraph entry function_graph: Allow multiple users for function graph tracing - 1 - --- 2024-06-02 Steven Rostedt Superseded
[v2,22/27] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler() function_graph: Allow multiple users for function graph tracing - 1 - --- 2024-06-02 Steven Rostedt Superseded
[v2,21/27] ftrace: Add multiple fgraph storage selftest function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,20/27] function_graph: Add selftest for passing local variables function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,19/27] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data() function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,18/27] function_graph: Move graph notrace bit to shadow stack global var function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,17/27] function_graph: Move graph depth stored data to shadow stack global var function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,16/27] function_graph: Move set_graph_function tests to shadow stack global var function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,15/27] function_graph: Add "task variables" per task for fgraph_ops function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,14/27] function_graph: Use a simple LRU for fgraph_array index number function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,13/27] function_graph: Add pid tracing back to function graph tracer function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,12/27] function_graph: Have the instances use their own ftrace_ops for filtering function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,11/27] ftrace: Allow subops filtering to be modified function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,10/27] ftrace: Add subops logic to allow one ops to manage many function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,09/27] ftrace: Allow ftrace startup flags to exist without dynamic ftrace function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,08/27] ftrace: Allow function_graph tracer to be enabled in instances function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,07/27] ftrace/function_graph: Pass fgraph_ops to function graph callbacks function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,06/27] function_graph: Remove logic around ftrace_graph_entry and return function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,05/27] function_graph: Handle tail calls for stack unwinding function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,04/27] function_graph: Allow multiple users to attach to function graph function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,03/27] function_graph: Add an array structure that will allow multiple callbacks function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,02/27] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[v2,01/27] function_graph: Convert ret_stack to a series of longs function_graph: Allow multiple users for function graph tracing - - - --- 2024-06-02 Steven Rostedt Superseded
[20/20] function_graph: Use bitmask to loop on fgraph entry [01/20] function_graph: Convert ret_stack to a series of longs - 1 - --- 2024-05-25 Steven Rostedt Superseded
[19/20] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler() [01/20] function_graph: Convert ret_stack to a series of longs - 1 - --- 2024-05-25 Steven Rostedt Superseded
[18/20] ftrace: Add multiple fgraph storage selftest [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[17/20] function_graph: Add selftest for passing local variables [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[16/20] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data() [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[15/20] function_graph: Move graph notrace bit to shadow stack global var [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[14/20] function_graph: Move graph depth stored data to shadow stack global var [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[13/20] function_graph: Move set_graph_function tests to shadow stack global var [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[12/20] function_graph: Add "task variables" per task for fgraph_ops [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[11/20] function_graph: Use a simple LRU for fgraph_array index number [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[10/20] function_graph: Have the instances use their own ftrace_ops for filtering [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[09/20] ftrace: Allow ftrace startup flags to exist without dynamic ftrace [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[08/20] ftrace: Allow function_graph tracer to be enabled in instances [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[07/20] ftrace/function_graph: Pass fgraph_ops to function graph callbacks [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[06/20] function_graph: Remove logic around ftrace_graph_entry and return [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[05/20] function_graph: Handle tail calls for stack unwinding [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[04/20] function_graph: Allow multiple users to attach to function graph [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[03/20] function_graph: Add an array structure that will allow multiple callbacks [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[02/20] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[01/20] function_graph: Convert ret_stack to a series of longs [01/20] function_graph: Convert ret_stack to a series of longs - - - --- 2024-05-25 Steven Rostedt Superseded
[00/20] function_graph: Allow multiple users for function graph tracing - - - --- 2024-05-25 Steven Rostedt Superseded
tracing/selftests: Run the ownership test twice tracing/selftests: Run the ownership test twice 1 - - --- 2024-05-23 Steven Rostedt Accepted
[v2,4/4] tracefs: Clear EVENT_INODE flag in tracefs_drop_inode() tracefs/eventfs: Fix failed second run of test_ownership - - - --- 2024-05-23 Steven Rostedt Accepted
[v2,3/4] eventfs: Update all the eventfs_inodes from the events descriptor tracefs/eventfs: Fix failed second run of test_ownership - - - --- 2024-05-23 Steven Rostedt Accepted
[v2,2/4] tracefs: Update inode permissions on remount tracefs/eventfs: Fix failed second run of test_ownership - - - --- 2024-05-23 Steven Rostedt Accepted
[v2,1/4] eventfs: Keep the directories from having the same inode number as files tracefs/eventfs: Fix failed second run of test_ownership - - - --- 2024-05-23 Steven Rostedt Accepted
tracefs: Remove unneeded buggy tracefs iput callback tracefs: Remove unneeded buggy tracefs iput callback - - - --- 2024-05-22 Steven Rostedt Superseded
tracing/selftests: Fix kprobe event name test for .isra. functions tracing/selftests: Fix kprobe event name test for .isra. functions 1 - - --- 2024-05-21 Steven Rostedt Accepted
tracing/treewide: Remove second parameter of __assign_str() tracing/treewide: Remove second parameter of __assign_str() 6 - 1 --- 2024-05-16 Steven Rostedt Accepted
selftests/ftrace: Fix test to handle both old and new kernels selftests/ftrace: Fix test to handle both old and new kernels - - - --- 2024-05-15 Steven Rostedt Accepted
ring-buffer: Add cast to unsigned long addr passed to virt_to_page() ring-buffer: Add cast to unsigned long addr passed to virt_to_page() - - - --- 2024-05-15 Steven Rostedt Accepted
[v3,6/6] eventfs: Have "events" directory get permissions from its parent tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Accepted
[v3,5/6] eventfs: Do not treat events directory different than other directories tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Accepted
[v3,4/6] eventfs: Do not differentiate the toplevel events directory tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Accepted
[v3,3/6] tracefs: Still use mount point as default permissions for instances tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Accepted
[v3,2/6] tracefs: Reset permissions on remount if permissions are options tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Accepted
[v3,1/6] eventfs: Free all of the eventfs_inode after RCU tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Accepted
[v2,5/5] eventfs: Have "events" directory get permissions from its parent tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Superseded
[v2,4/5] eventfs: Do not treat events directory different than other directories tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Superseded
[v2,3/5] eventfs: Do not differentiate the toplevel events directory tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Superseded
[v2,2/5] tracefs: Still use mount point as default permissions for instances tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Superseded
[v2,1/5] tracefs: Reset permissions on remount if permissions are options tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Superseded
[v2] eventfs/tracing: Add callback for release of an eventfs_inode [v2] eventfs/tracing: Add callback for release of an eventfs_inode - - - --- 2024-05-02 Steven Rostedt Accepted
[5/5] eventfs: Have "events" directory get permissions from its parent tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Superseded
[4/5] eventfs: Do not treat events directory different than other directories tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Superseded
[3/5] eventfs: Do not differentiate the toplevel events directory tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Superseded
[2/5] tracefs: Still use mount point as default permissions for instances tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Superseded
[1/5] tracefs: Reset permissions on remount if permissions are options tracefs/eventfs: Fix inconsistent permissions - - - --- 2024-05-02 Steven Rostedt Superseded
eventfs/tracing: Add callback for release of an eventfs_inode eventfs/tracing: Add callback for release of an eventfs_inode - 1 - --- 2024-04-30 Steven Rostedt Superseded
ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value - - - --- 2024-04-16 Steven Rostedt Accepted
[v2,11/11] tracing: Update function tracing output for previous boot buffer tracing: Persistent traces across a reboot or crash - - - --- 2024-04-11 Steven Rostedt Superseded
[v2,10/11] tracing: Handle old buffer mappings for event strings and functions tracing: Persistent traces across a reboot or crash - - - --- 2024-04-11 Steven Rostedt Superseded
[v2,09/11] tracing/ring-buffer: Add last_boot_info file to boot instance tracing: Persistent traces across a reboot or crash - - - --- 2024-04-11 Steven Rostedt Superseded
[v2,08/11] ring-buffer: Save text and data locations in mapped meta data tracing: Persistent traces across a reboot or crash - - - --- 2024-04-11 Steven Rostedt Superseded
[v2,07/11] ring-buffer: Validate boot range memory events tracing: Persistent traces across a reboot or crash - - - --- 2024-04-11 Steven Rostedt Superseded
[v2,06/11] ring-buffer: Add test if range of boot buffer is valid tracing: Persistent traces across a reboot or crash - - - --- 2024-04-11 Steven Rostedt Superseded
[v2,05/11] ring-buffer: Add output of ring buffer meta page tracing: Persistent traces across a reboot or crash - - - --- 2024-04-11 Steven Rostedt Superseded
[v2,04/11] tracing: Implement creating an instance based on a given memory region tracing: Persistent traces across a reboot or crash - - - --- 2024-04-11 Steven Rostedt Superseded
[v2,03/11] ring-buffer: Add ring_buffer_meta data tracing: Persistent traces across a reboot or crash - - - --- 2024-04-11 Steven Rostedt Superseded
[v2,02/11] ring-buffer: Add ring_buffer_alloc_range() tracing: Persistent traces across a reboot or crash - - - --- 2024-04-11 Steven Rostedt Superseded
[v2,01/11] ring-buffer: Allow mapped field to be set without mapping tracing: Persistent traces across a reboot or crash - - - --- 2024-04-11 Steven Rostedt Superseded
SUNRPC: Fix rpcgss_context trace event acceptor field SUNRPC: Fix rpcgss_context trace event acceptor field 1 - - --- 2024-04-10 Steven Rostedt Accepted
[POC,RFC,2/2] pstore/ramoops: Add ramoops.mem_name= command line option pstore/mm/x86: Add wildcard memmap to map pstore consistently - - - --- 2024-04-09 Steven Rostedt Superseded
[POC,RFC,1/2] mm/x86: Add wildcard * option as memmap=nn*align:name pstore/mm/x86: Add wildcard memmap to map pstore consistently - - - --- 2024-04-09 Steven Rostedt Superseded
ring-buffer: Only update pages_touched when a new page is touched ring-buffer: Only update pages_touched when a new page is touched 1 - - --- 2024-04-09 Steven Rostedt Accepted
tracing: Just use strcmp() for testing __string() and __assign_str() match tracing: Just use strcmp() for testing __string() and __assign_str() match - - - --- 2024-03-19 Steven Rostedt Accepted
ring-buffer: Make wake once of ring_buffer_wait() more robust ring-buffer: Make wake once of ring_buffer_wait() more robust - - - --- 2024-03-15 Steven Rostedt Accepted
tracing: Add __string_src() helper to help compilers not to get confused tracing: Add __string_src() helper to help compilers not to get confused - 1 - --- 2024-03-15 Steven Rostedt Accepted
net: hns3: tracing: fix hclgevf trace event strings net: hns3: tracing: fix hclgevf trace event strings 1 1 - --- 2024-03-13 Steven Rostedt Accepted
[v4] ring-buffer: Have mmapped ring buffer keep track of missed events [v4] ring-buffer: Have mmapped ring buffer keep track of missed events - - - --- 2024-03-12 Steven Rostedt Accepted
ring-buffer: Do not set shortest_full when full target is hit ring-buffer: Do not set shortest_full when full target is hit - 1 - --- 2024-03-12 Steven Rostedt Accepted
tracing: Use strcmp() in __assign_str() WARN_ON() check tracing: Use strcmp() in __assign_str() WARN_ON() check - - - --- 2024-03-12 Steven Rostedt Accepted
[v2,2/2] ring-buffer: Reuse rb_watermark_hit() for the poll logic ring-buffer: Fix poll wakeup logic - 1 - --- 2024-03-12 Steven Rostedt Accepted
[v2,1/2] ring-buffer: Fix full_waiters_pending in poll ring-buffer: Fix poll wakeup logic - 1 - --- 2024-03-12 Steven Rostedt Accepted
« 1 2 3 47 8 »