Searched refs:nsc (Results 1 – 8 of 8) sorted by relevance
/tools/perf/ |
D | builtin-buildid-cache.c | 175 struct nscookie nsc; in build_id_cache__add_file() local 177 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__add_file() 179 nsinfo__mountns_exit(&nsc); in build_id_cache__add_file() 197 struct nscookie nsc; in build_id_cache__remove_file() local 201 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__remove_file() 203 nsinfo__mountns_exit(&nsc); in build_id_cache__remove_file() 273 struct nscookie nsc; in build_id_cache__update_file() local 277 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__update_file() 279 nsinfo__mountns_exit(&nsc); in build_id_cache__update_file()
|
/tools/perf/util/ |
D | util.c | 153 struct nscookie nsc; in slow_copyfile() local 155 nsinfo__mountns_enter(nsi, &nsc); in slow_copyfile() 157 nsinfo__mountns_exit(&nsc); in slow_copyfile() 213 struct nscookie nsc; in copyfile_mode_ns() local 215 nsinfo__mountns_enter(nsi, &nsc); in copyfile_mode_ns() 217 nsinfo__mountns_exit(&nsc); in copyfile_mode_ns() 245 nsinfo__mountns_enter(nsi, &nsc); in copyfile_mode_ns() 247 nsinfo__mountns_exit(&nsc); in copyfile_mode_ns()
|
D | namespaces.c | 257 struct nscookie nsc; in nsinfo__realpath() local 259 nsinfo__mountns_enter(nsi, &nsc); in nsinfo__realpath() 261 nsinfo__mountns_exit(&nsc); in nsinfo__realpath()
|
D | build-id.c | 593 struct nscookie nsc; in build_id_cache__add_sdt_cache() local 599 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__add_sdt_cache() 601 nsinfo__mountns_exit(&nsc); in build_id_cache__add_sdt_cache() 619 struct nscookie nsc; in build_id_cache__find_debug() local 631 nsinfo__mountns_enter(nsi, &nsc); in build_id_cache__find_debug() 635 nsinfo__mountns_exit(&nsc); in build_id_cache__find_debug()
|
D | dso.c | 517 struct nscookie nsc; in open_dso() local 520 nsinfo__mountns_enter(dso->nsinfo, &nsc); in open_dso() 523 nsinfo__mountns_exit(&nsc); in open_dso() 1321 struct nscookie nsc; in __dsos__read_build_ids() local 1330 nsinfo__mountns_enter(pos->nsinfo, &nsc); in __dsos__read_build_ids() 1336 nsinfo__mountns_exit(&nsc); in __dsos__read_build_ids()
|
D | symbol.c | 1458 struct nscookie nsc; in dso__find_perf_map() local 1467 nsinfo__mountns_enter(nsi, &nsc); in dso__find_perf_map() 1469 nsinfo__mountns_exit(&nsc); in dso__find_perf_map() 1500 struct nscookie nsc; in dso__load() local 1512 nsinfo__mountns_enter(dso->nsinfo, &nsc); in dso__load() 1606 nsinfo__mountns_exit(&nsc); in dso__load() 1612 nsinfo__mountns_enter(dso->nsinfo, &nsc); in dso__load() 1676 nsinfo__mountns_exit(&nsc); in dso__load()
|
D | probe-event.c | 476 struct nscookie nsc; in open_debuginfo() local 494 nsinfo__mountns_enter(nsi, &nsc); in open_debuginfo() 504 nsinfo__mountns_exit(&nsc); in open_debuginfo() 554 struct nscookie nsc; in get_text_start_address() local 556 nsinfo__mountns_enter(nsi, &nsc); in get_text_start_address() 558 nsinfo__mountns_exit(&nsc); in get_text_start_address() 1047 struct nscookie nsc; in show_line_range() local 1052 nsinfo__mountns_enter(nsi, &nsc); in show_line_range() 1054 nsinfo__mountns_exit(&nsc); in show_line_range() 2738 struct nscookie nsc; in __add_probe_trace_events() local [all …]
|
D | probe-file.c | 423 struct nscookie nsc; in probe_cache__open() local 437 nsinfo__mountns_enter(nsi, &nsc); in probe_cache__open() 439 nsinfo__mountns_exit(&nsc); in probe_cache__open()
|