aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/thread.h
AgeCommit message (Expand)Author
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
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo
2014-11-03perf tools: Add a thread stack for synthesizing call chainsAdrian Hunter
2014-10-29perf tools: Add facility to export data in database-friendly wayAdrian Hunter
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo
2014-08-13perf tools: Identify which comms are from execAdrian Hunter
2014-07-23perf tools: Add cpu to struct threadAdrian Hunter
2014-04-28perf tools: Share map_groups among threads of the same groupJiri Olsa
2014-04-28perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo
2014-03-18perf tools: Remove thread__find_map functionJiri Olsa
2014-03-14perf symbols: Introduce thread__find_cpumode_addr_locationArnaldo Carvalho de Melo
2013-11-27perf thread: Move comm_list check into functionDavid Ahern
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo
2013-11-04perf tools: Get current comm instead of last oneNamhyung Kim
2013-11-04perf tools: Add new COMM infrastructureFrederic Weisbecker
2013-11-04perf tools: Add time argument on COMM settingFrederic Weisbecker
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker
2013-08-27perf tools: Add pid to struct threadAdrian Hunter
2013-08-26perf tools: Sample after exit loses thread correlationDavid Ahern
2013-08-12perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter
2013-08-12perf tools: Remove filter parameter of thread__find_addr_location()Adrian Hunter
2013-08-07perf symbols: Load kernel maps before usingAdrian Hunter
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter
2013-07-12perf tools: Add methods for setting/retrieving priv element of thread structDavid Ahern
2013-05-28perf tools: Save parent pid in thread structDavid Ahern
2012-12-09perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo
2012-10-06perf machine: Introduce find_thread methodArnaldo Carvalho de Melo
2012-09-21perf kvm: Events analysis toolXiao Guangrong