aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-02eventfs: Hold eventfs_mutex when calling callback functionsSteven Rostedt (Google)2-2/+63
2023-11-01eventfs: Save ownership and modeSteven Rostedt (Google)2-13/+151
2023-11-01eventfs: Test for ei->is_freed when accessing ei->dentrySteven Rostedt (Google)2-7/+41
2023-11-01eventfs: Have a free_ei() that just frees the eventfs_inodeSteven Rostedt (Google)1-8/+11
2023-11-01eventfs: Remove "is_freed" union with rcu headSteven Rostedt (Google)2-3/+5
2023-11-01eventfs: Fix kerneldoc of eventfs_remove_rec()Steven Rostedt (Google)1-2/+4
2023-11-01tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)1-1/+1
2023-11-01eventfs: Remove extra dget() in eventfs_create_events_dir()Steven Rostedt (Google)1-3/+0
2023-11-01tracing: Have trace_event_file have ref countersSteven Rostedt (Google)5-4/+52
2023-10-28seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook3-17/+19
2023-10-25eventfs: Fix typo in eventfs_inode union commentSteven Rostedt (Google)1-1/+1
2023-10-25eventfs: Fix WARN_ON() in create_file_dentry()Steven Rostedt (Google)1-1/+2
2023-10-25powerpc: Remove initialisation of readposMatthew Wilcox (Oracle)1-1/+0
2023-10-23tracing/histograms: Simplify last_cmd_set()Christophe JAILLET1-9/+2
2023-10-20seq_buf: fix a misleading commentJonathan Corbet1-1/+1
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)5-22/+23
2023-10-20tracefs/eventfs: Modify mismatched function nameJiapeng Chong1-1/+1
2023-10-20tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter1-1/+1
2023-10-20eventfs: Fix failure path in eventfs_create_events_dir()Steven Rostedt (Google)1-1/+2
2023-10-18eventfs: Use ERR_CAST() in eventfs_create_events_dir()Nathan Chancellor1-1/+1
2023-10-05tracing: Make system_callback() function staticSteven Rostedt (Google)1-1/+1
2023-10-05eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)3-13/+9
2023-10-04tracing/selftests: Update kprobe args char/string to match new functionsSteven Rostedt (Google)2-2/+6
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)8-536/+705
2023-10-03tracing/user_events: Document persist event flagsBeau Belgrave1-3/+18
2023-10-03selftests/user_events: Test persist flag casesBeau Belgrave2-2/+107
2023-10-03tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave2-15/+32
2023-10-03ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pagesUros Bizjak1-4/+4
2023-10-03tracing: Expand all ring buffers individuallyZheng Yejian3-33/+45
2023-10-01Linux 6.6-rc4v6.6-rc4Linus Torvalds1-1/+1
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2-4/+0
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König1-2/+13
2023-10-01vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada1-7/+0
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)1-1/+1
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave1-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-09-29Crash: add lock to serialize crash hotplug handlingBaoquan He1-0/+17
2023-09-29selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...Juntong Deng2-4/+4
2023-09-29mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi1-20/+19
2023-09-29mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan1-0/+2
2023-09-29mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko2-0/+20
2023-09-29mm: zswap: fix potential memory corruption on duplicate storeDomenico Cerasuolo1-0/+20
2023-09-29arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts1-14/+3
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts22-49/+100
2023-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett3-73/+237
2023-09-29maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett1-0/+9
2023-09-29nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian1-3/+3
2023-09-29mm: abstract moving to the next PFNMatthew Wilcox (Oracle)2-1/+17