aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/thread.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-18perf tools: Elliminate alignment holesArnaldo Carvalho de Melo1-1/+1
2015-05-08perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo1-1/+2
2015-03-24perf tools: Add pid/tid filtering to report and script commandsDavid Ahern1-0/+11
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo1-0/+13
2014-11-03perf tools: Add a thread stack for synthesizing call chainsAdrian Hunter1-0/+3
2014-10-29perf tools: Add facility to export data in database-friendly wayAdrian Hunter1-0/+1
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo1-3/+2
2014-08-13perf tools: Identify which comms are from execAdrian Hunter1-1/+9
2014-07-23perf tools: Add cpu to struct threadAdrian Hunter1-0/+1
2014-04-28perf tools: Share map_groups among threads of the same groupJiri Olsa1-0/+1
2014-04-28perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo1-1/+1
2014-03-18perf tools: Remove thread__find_map functionJiri Olsa1-6/+0
2014-03-14perf symbols: Introduce thread__find_cpumode_addr_locationArnaldo Carvalho de Melo1-0/+5
2013-11-27perf thread: Move comm_list check into functionDavid Ahern1-0/+12
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo1-5/+5
2013-11-04perf tools: Get current comm instead of last oneNamhyung Kim1-0/+2
2013-11-04perf tools: Add new COMM infrastructureFrederic Weisbecker1-1/+2
2013-11-04perf tools: Add time argument on COMM settingFrederic Weisbecker1-2/+2
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker1-0/+1
2013-08-27perf tools: Add pid to struct threadAdrian Hunter1-1/+2
2013-08-26perf tools: Sample after exit loses thread correlationDavid Ahern1-0/+5
2013-08-12perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter1-1/+1
2013-08-12perf tools: Remove filter parameter of thread__find_addr_location()Adrian Hunter1-2/+1
2013-08-07perf symbols: Load kernel maps before usingAdrian Hunter1-1/+1
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter1-2/+2
2013-07-12perf tools: Add methods for setting/retrieving priv element of thread structDavid Ahern1-0/+10
2013-05-28perf tools: Save parent pid in thread structDavid Ahern1-0/+1
2012-12-09perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo1-0/+1
2012-10-06perf machine: Introduce find_thread methodArnaldo Carvalho de Melo1-0/+2
2012-09-21perf kvm: Events analysis toolXiao Guangrong1-0/+2
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-9/+5
2011-01-24perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo1-14/+0
2011-01-04perf tools: Refactor all_tids to hold nr and the mapArnaldo Carvalho de Melo1-1/+14
2010-07-30perf tools: Release thread resources on PERF_RECORD_EXITArnaldo Carvalho de Melo1-0/+2
2010-06-17perf session: Remove threads from tree on PERF_RECORD_EXITArnaldo Carvalho de Melo1-1/+4
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-2/+2
2010-03-26perf symbols: Move map related routines to map.cArnaldo Carvalho de Melo1-46/+2
2010-03-18perf events: Change perf parameter --pid to process-wide collection instead of thread-wideZhang, Yanmin1-0/+1
2010-03-10perf report: Print the map table just after samples for which no map was foundArnaldo Carvalho de Melo1-0/+3
2010-02-21perf tools: Don't use parent comm if not set at fork timeArnaldo Carvalho de Melo1-0/+1
2010-02-04perf symbols: Remove perf_session usage in symbols layerArnaldo Carvalho de Melo1-5/+9
2010-01-16perf symbols: Create thread__find_addr_map from thread__find_addr_locationArnaldo Carvalho de Melo1-0/+5
2010-01-13perf tools: Encode kernel module mappings in perf.dataArnaldo Carvalho de Melo1-0/+4
2009-12-14perf session: Move kmaps to perf_sessionArnaldo Carvalho de Melo1-5/+6
2009-12-14perf session: Move the global threads list to perf_sessionArnaldo Carvalho de Melo1-2/+2
2009-12-14perf session: Register the idle thread in perf_session__process_eventsArnaldo Carvalho de Melo1-1/+0
2009-12-12perf symbols: Allow lookups by symbol name tooArnaldo Carvalho de Melo1-0/+3
2009-12-12perf symbols: Rename kthreads to kmaps, using another abstraction for itArnaldo Carvalho de Melo1-14/+25
2009-11-27perf tools: Consolidate symbol resolving across all toolsArnaldo Carvalho de Melo1-6/+17
2009-11-27perf symbols: When not using modules, discard its symbolsArnaldo Carvalho de Melo1-0/+1