aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/thread.c
Commit message (Expand)AuthorAge
* perf tools: Only override the default :tid comm entryAdrian Hunter2014-11-19
* perf tools: Add a thread stack for synthesizing call chainsAdrian Hunter2014-11-03
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-29
* perf tools: Set thread->mg.machine in all placesArnaldo Carvalho de Melo2014-10-29
* perf callchain: Use global caching provided by libunwindNamhyung Kim2014-10-29
* perf callchain: Create an address space per threadNamhyung Kim2014-10-15
* perf tools: Identify which comms are from execAdrian Hunter2014-08-13
* perf tools: Add cpu to struct threadAdrian Hunter2014-07-23
* perf tools: Remove verbose from functions prototypesJiri Olsa2014-07-17
* perf thread: Allow deletion of a thread with no map groupsAdrian Hunter2014-07-17
* perf machine: Fix the value used for unknown pidsAdrian Hunter2014-07-16
* perf tools: Share map_groups among threads of the same groupJiri Olsa2014-04-28
* perf tools: Reference count map_groups objectsArnaldo Carvalho de Melo2014-04-28
* perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo2014-04-28
* perf symbols: Introduce thread__find_cpumode_addr_locationArnaldo Carvalho de Melo2014-03-14
* perf tools: Do proper comm override error handlingFrederic Weisbecker2014-01-16
* perf tools: Fix inverted error verification bug in thread__forkDavid Ahern2013-12-13
* perf tools: Tag thread comm as overridenFrederic Weisbecker2013-11-19
* perf tools: Get current comm instead of last oneNamhyung Kim2013-11-04
* perf tools: Add new COMM infrastructureFrederic Weisbecker2013-11-04
* perf tools: Add time argument on COMM settingFrederic Weisbecker2013-11-04
* perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-04
* perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo2013-10-23
* perf tools: Add pid to struct threadAdrian Hunter2013-08-27
* perf tools: struct thread has a tid not a pidAdrian Hunter2013-07-12
* perf tools: Save parent pid in thread structDavid Ahern2013-05-28
* perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo2012-12-09
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-10-24
|\
| * perf tools: do not flush maps on COMM for perf reportLuigi Semenzato2012-10-22
* | perf machine: Introduce find_thread methodArnaldo Carvalho de Melo2012-10-06
|/
* perf session: Move threads to struct machineArnaldo Carvalho de Melo2011-11-28
* perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo2011-01-24
* perf tools: Refactor all_tids to hold nr and the mapArnaldo Carvalho de Melo2011-01-03
* perf tools: Release thread resources on PERF_RECORD_EXITArnaldo Carvalho de Melo2010-07-30
* perf tools: Fix find tids routine by excluding "." and ".."Gui Jianfeng2010-07-01
* perf symbols: Move more map_groups methods to map.cArnaldo Carvalho de Melo2010-04-02
* perf symbols: Move map related routines to map.cArnaldo Carvalho de Melo2010-03-26
* perf events: Change perf parameter --pid to process-wide collection instead o...Zhang, Yanmin2010-03-18
* perf report: Print the map table just after samples for which no map was foundArnaldo Carvalho de Melo2010-03-10
* perf tools: Don't trow away old map slices not overlapped by new mapsArnaldo Carvalho de Melo2010-03-10
* perf tools: Flush maps on COMM eventsDavid S. Miller2010-02-26
* perf symbols: Improve debugging information about symtab originsArnaldo Carvalho de Melo2010-02-25
* perf tools: Don't use parent comm if not set at fork timeArnaldo Carvalho de Melo2010-02-21
* perf symbols: Remove perf_session usage in symbols layerArnaldo Carvalho de Melo2010-02-04
* perf session: Move kmaps to perf_sessionArnaldo Carvalho de Melo2009-12-14
* perf session: Move the global threads list to perf_sessionArnaldo Carvalho de Melo2009-12-14
* perf session: Register the idle thread in perf_session__process_eventsArnaldo Carvalho de Melo2009-12-14
* perf symbols: Add missing "Variables" entry to map_type__nameArnaldo Carvalho de Melo2009-12-12
* perf symbols: Rename kthreads to kmaps, using another abstraction for itArnaldo Carvalho de Melo2009-12-12
* perf tools: Consolidate symbol resolving across all toolsArnaldo Carvalho de Melo2009-11-27