summaryrefslogtreecommitdiff
path: root/tools/perf/util/thread.h
AgeCommit message (Expand)Author
2024-03-03perf machine: Move machine's threads into its own abstractionIan Rogers
2024-02-20perf: util: use capstone disasm engine to show assembly instructionsChangbin Du
2023-11-09perf machine thread: Remove exited threads by defaultIan Rogers
2023-07-20perf thread: Allow tools to register a thread->priv destructorArnaldo Carvalho de Melo
2023-06-12perf thread: Add reference count checkingIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-06-12perf thread: Make threads rbtree non-invasiveIan Rogers
2023-06-12perf thread: Remove notion of dead threadsIan Rogers
2022-10-31perf thread: Move thread__resolve() from event.hArnaldo Carvalho de Melo
2022-07-20perf tools: Add guest_cpu to hypervisor threadsAdrian Hunter
2020-04-18perf callchain: Stitch LBR call stackKan Liang
2020-04-18perf callchain: Save previous cursor nodes for LBR stitching approachKan Liang
2020-04-18perf thread: Save previous sample for LBR stitching approachKan Liang
2020-04-18perf thread: Add a knob for LBR stitch approachKan Liang
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo
2019-08-26libperf: Rename the PERF_RECORD_ structs to have a "perf" suffixArnaldo Carvalho de Melo
2019-08-16perf unwind: Fix libunwind when tid != pidJohn Keeping
2019-05-28perf tools: Remove const from thread read accessorsNamhyung Kim
2019-03-06perf thread: Generalize function to copy from thread addr space from intel-bt...Andi Kleen
2019-02-06perf thread: Don't include symbol.h, symbol_conf.h is enoughArnaldo Carvalho de Melo
2019-02-06perf srccode: Move struct definition from map.h to srccode.hArnaldo Carvalho de Melo
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo
2018-12-17perf tools: Support 'srccode' outputAndi Kleen
2018-12-17perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter
2018-10-31perf tools: Don't clone maps from parent when synthesizing forksDavid Miller
2018-10-24perf script: Implement --graph-functionAndi Kleen
2018-04-26perf thread: Make thread__find_map() search all mapsArnaldo Carvalho de Melo
2018-04-26perf thread: Ditch __thread__find_symbol()Arnaldo Carvalho de Melo
2018-04-26perf thread: Remove addr_type arg from thread__find_cpumode_addr_location()Arnaldo Carvalho de Melo
2018-04-26perf thread: Make thread__find_symbol() return the symbol searchedArnaldo Carvalho de Melo
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo
2018-04-26perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo
2018-03-07perf sched: Move thread::shortname to thread_runtimeChangbin Du
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03perf tools: Lock to protect namespaces and comm listKan Liang
2017-07-18perf symbols: Find symbols in different mount namespaceKrister Johansen
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-03-03perf thread: convert thread.refcnt from atomic_t to refcount_tElena Reshetova
2016-06-07perf unwind: Move unwind__prepare_access from thread_new into thread__insert_mapHe Kuang
2016-06-07perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang
2016-06-07perf unwind: Decouple thread->address_space on libunwindHe Kuang
2016-05-30perf thread: Adopt get_main_thread from db-export.cAndi Kleen
2016-04-26perf thread: Introduce method to set comm from /proc/pid/selfArnaldo Carvalho de Melo
2016-04-08perf tools: Add dedicated unwind addr_space member into thread structJiri Olsa
2015-05-18perf tools: Elliminate alignment holesArnaldo Carvalho de Melo
2015-05-08perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo
2015-03-24perf tools: Add pid/tid filtering to report and script commandsDavid Ahern