aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/thread.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-03perf machine: Move machine's threads into its own abstractionIan Rogers1-1/+1
2024-02-12perf maps: Hide maps internalsIan Rogers1-1/+1
2023-12-20perf maps: Rename clone to copy fromIan Rogers1-1/+1
2023-12-20perf maps: Refactor maps__fixup_overlappings()Ian Rogers1-2/+1
2023-12-18perf thread: Use function to add missing maps lockIan Rogers1-18/+17
2023-12-06perf thread: Add missing RC_CHK_EQUALIan Rogers1-1/+1
2023-07-20perf thread: Allow tools to register a thread->priv destructorArnaldo Carvalho de Melo1-0/+13
2023-06-12perf thread: Add reference count checkingIan Rogers1-7/+13
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-3/+10
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-79/+82
2023-06-12perf thread: Make threads rbtree non-invasiveIan Rogers1-3/+0
2023-06-12perf thread: Remove notion of dead threadsIan Rogers1-24/+1
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-1/+1
2023-04-04perf map: Add accessor for dsoIan Rogers1-13/+17
2023-04-04perf maps: Add functions to access mapsIan Rogers1-2/+2
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers1-6/+4
2023-03-15perf top: Fix rare segfault in thread__comm_len()liuwenyu1-6/+19
2022-07-20perf tools: Add guest_cpu to hypervisor threadsAdrian Hunter1-0/+1
2020-04-18perf callchain: Stitch LBR call stackKan Liang1-0/+22
2020-04-18perf thread: Save previous sample for LBR stitching approachKan Liang1-0/+1
2020-04-18perf thread: Add a knob for LBR stitch approachKan Liang1-0/+1
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo1-15/+15
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-13/+11
2019-11-06perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo1-1/+1
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-08-26libperf: Rename the PERF_RECORD_ structs to have a "perf" suffixArnaldo Carvalho de Melo1-2/+2
2019-08-16perf unwind: Fix libunwind when tid != pidJohn Keeping1-4/+3
2019-08-08perf db-export: Fix thread__exec_comm()Adrian Hunter1-1/+11
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-2/+2
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-08Merge remote-tracking branch 'tip/perf/core' into perf/urgentArnaldo Carvalho de Melo1-6/+6
2019-07-06perf thread: Allow references to thread objects after machine__exit()Arnaldo Carvalho de Melo1-3/+20
2019-05-28perf tools: Remove const from thread read accessorsNamhyung Kim1-6/+6
2019-05-28perf namespace: Protect reading thread's namespaceNamhyung Kim1-2/+13
2019-05-15perf tools: Speed up report for perf compiled with linwunwindJiri Olsa1-1/+2
2019-03-06perf thread: Generalize function to copy from thread addr space from intel-bts codeAndi Kleen1-0/+23
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo1-0/+1
2018-12-17perf tools: Support 'srccode' outputAndi Kleen1-0/+2
2018-10-31perf tools: Don't clone maps from parent when synthesizing forksDavid Miller1-8/+5
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo1-18/+12
2018-04-26perf thread: Remove addr_type arg from thread__find_cpumode_addr_location()Arnaldo Carvalho de Melo1-3/+2
2018-04-26perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo1-1/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03perf tools: Lock to protect namespaces and comm listKan Liang1-5/+48
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo1-2/+2
2017-07-18perf symbols: Find symbols in different mount namespaceKrister Johansen1-0/+3
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1