| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-03 | perf namespaces: Avoid get_current_dir_name dependency | Ian Rogers | 1 | -4/+3 |
| 2025-01-08 | perf namespaces: Fixup the nsinfo__in_pidns() return type, its bool | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2025-01-08 | perf namespaces: Introduce nsinfo__set_in_pidns() | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2023-04-17 | perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -... | Arnaldo Carvalho de Melo | 1 | -3/+8 |
| 2023-04-17 | perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref... | Arnaldo Carvalho de Melo | 1 | -4/+8 |
| 2023-04-17 | perf namespaces: Use the need_setns() accessors instead of accessing ->need_s... | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2023-04-17 | perf namespaces: Add reference count checking | Ian Rogers | 1 | -56/+76 |
| 2022-02-11 | perf namespaces: Add functions to access nsinfo | Ian Rogers | 1 | -10/+40 |
| 2021-12-16 | perf namespaces: Add helper nsinfo__is_in_root_namespace() | Leo Yan | 1 | -30/+46 |
| 2021-02-03 | perf inject jit: Add namespaces support | Yonatan Goldschmidt | 1 | -0/+12 |
| 2021-02-03 | perf namespaces: Add 'in_pidns' to nsinfo struct | Yonatan Goldschmidt | 1 | -2/+9 |
| 2019-09-20 | perf tools: Move event synthesizing routines to separate .c file | Arnaldo Carvalho de Melo | 1 | -0/+18 |
| 2019-08-26 | libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-09 | perf tools: Move get_current_dir_name() cond prototype out of util.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -3/+1 |
| 2018-11-19 | perf tools: Restore proper cwd on return from mnt namespace | Jiri Olsa | 1 | -2/+15 |
| 2018-08-13 | perf tools: Check for null when copying nsinfo. | Benno Evers | 1 | -0/+3 |
| 2017-09-13 | perf tools: Make copyfile_offset() static | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-07-18 | perf probe: Allow placing uprobes in alternate namespaces. | Krister Johansen | 1 | -0/+13 |
| 2017-07-18 | perf maps: Lookup maps in both intitial mountns and inner mountns. | Krister Johansen | 1 | -6/+77 |
| 2017-07-18 | perf symbols: Find symbols in different mount namespace | Krister Johansen | 1 | -0/+127 |
| 2017-04-24 | perf tools: Remove string.h from util.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-03-14 | perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 1 | -0/+36 |