开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
namespaces.c
Age
Commit message (
Expand
)
Author
2023-04-17
perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -...
Arnaldo Carvalho de Melo
2023-04-17
perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref...
Arnaldo Carvalho de Melo
2023-04-17
perf namespaces: Use the need_setns() accessors instead of accessing ->need_s...
Arnaldo Carvalho de Melo
2023-04-17
perf namespaces: Add reference count checking
Ian Rogers
2022-02-11
perf namespaces: Add functions to access nsinfo
Ian Rogers
2021-12-16
perf namespaces: Add helper nsinfo__is_in_root_namespace()
Leo Yan
2021-02-03
perf inject jit: Add namespaces support
Yonatan Goldschmidt
2021-02-03
perf namespaces: Add 'in_pidns' to nsinfo struct
Yonatan Goldschmidt
2019-09-20
perf tools: Move event synthesizing routines to separate .c file
Arnaldo Carvalho de Melo
2019-08-26
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
perf tools: Move get_current_dir_name() cond prototype out of util.h
Arnaldo Carvalho de Melo
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-11-19
perf tools: Restore proper cwd on return from mnt namespace
Jiri Olsa
2018-08-13
perf tools: Check for null when copying nsinfo.
Benno Evers
2017-09-13
perf tools: Make copyfile_offset() static
Arnaldo Carvalho de Melo
2017-07-18
perf probe: Allow placing uprobes in alternate namespaces.
Krister Johansen
2017-07-18
perf maps: Lookup maps in both intitial mountns and inner mountns.
Krister Johansen
2017-07-18
perf symbols: Find symbols in different mount namespace
Krister Johansen
2017-04-24
perf tools: Remove string.h from util.h
Arnaldo Carvalho de Melo
2017-03-14
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
Hari Bathini