summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/thread.c
AgeCommit message (Expand)AuthorLines
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-03perf tools: Lock to protect namespaces and comm listKan Liang-5/+48
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo-2/+2
2017-07-18perf symbols: Find symbols in different mount namespaceKrister Johansen-0/+3
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo-0/+1
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini-2/+42
2017-03-03perf thread: convert thread.refcnt from atomic_t to refcount_tElena Reshetova-3/+3
2016-10-03perf tools: Experiment with cppcheckArnaldo Carvalho de Melo-6/+3
2016-07-04perf unwind: Call unwind__prepare_access for forked threadJiri Olsa-2/+35
2016-07-04perf unwind: Add initialized arg into unwind__prepare_accessJiri Olsa-1/+1
2016-06-07perf unwind: Check the target platform before assigning unwind methodsHe Kuang-1/+1
2016-06-07perf unwind: Move unwind__prepare_access from thread_new into thread__insert_mapHe Kuang-4/+9
2016-05-30perf thread: Adopt get_main_thread from db-export.cAndi Kleen-0/+11
2016-04-26perf thread: Introduce method to set comm from /proc/pid/selfArnaldo Carvalho de Melo-0/+19
2016-04-25perf tools: Remove duplicate const qualifierEric Engestrom-1/+1
2015-12-14perf thread: Fix reference count initial stateArnaldo Carvalho de Melo-2/+8
2015-08-19perf tools: Avoid deadlock when map_groups are brokenAdrian Hunter-0/+6
2015-05-27perf tools: Remove redundant initialization of thread linkage membersArnaldo Carvalho de Melo-2/+0
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo-2/+8
2015-05-08perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo-3/+3
2015-03-12perf tools: Remove superfluous thread->comm_set settingJiri Olsa-1/+0
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo-0/+14
2014-11-19perf tools: Only override the default :tid comm entryAdrian Hunter-3/+2
2014-11-03perf tools: Add a thread stack for synthesizing call chainsAdrian Hunter-0/+3
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo-3/+1
2014-10-29perf tools: Set thread->mg.machine in all placesArnaldo Carvalho de Melo-1/+1
2014-10-29perf callchain: Use global caching provided by libunwindNamhyung Kim-0/+3
2014-10-15perf callchain: Create an address space per threadNamhyung Kim-0/+6
2014-08-13perf tools: Identify which comms are from execAdrian Hunter-5/+19
2014-07-23perf tools: Add cpu to struct threadAdrian Hunter-0/+1
2014-07-17perf tools: Remove verbose from functions prototypesJiri Olsa-2/+2
2014-07-17perf thread: Allow deletion of a thread with no map groupsAdrian Hunter-2/+4
2014-07-16perf machine: Fix the value used for unknown pidsAdrian Hunter-1/+1
2014-04-28perf tools: Share map_groups among threads of the same groupJiri Olsa-13/+35
2014-04-28perf tools: Reference count map_groups objectsArnaldo Carvalho de Melo-1/+1
2014-04-28perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo-6/+12
2014-03-14perf symbols: Introduce thread__find_cpumode_addr_locationArnaldo Carvalho de Melo-0/+21
2014-01-16perf tools: Do proper comm override error handlingFrederic Weisbecker-1/+4
2013-12-13perf tools: Fix inverted error verification bug in thread__forkDavid Ahern-1/+1
2013-11-19perf tools: Tag thread comm as overridenFrederic Weisbecker-6/+5
2013-11-04perf tools: Get current comm instead of last oneNamhyung Kim-3/+3
2013-11-04perf tools: Add new COMM infrastructureFrederic Weisbecker-24/+68
2013-11-04perf tools: Add time argument on COMM settingFrederic Weisbecker-2/+4
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker-1/+6
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo-36/+36
2013-08-27perf tools: Add pid to struct threadAdrian Hunter-1/+2
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter-5/+5
2013-05-28perf tools: Save parent pid in thread structDavid Ahern-0/+4