summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/thread_map.h
Commit message (Expand)AuthorAgeFilesLines
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-2/+2
* libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa2019-08-221-10/+0
* libperf: Add perf_thread_map__get()/perf_thread_map__put()Jiri Olsa2019-07-291-8/+0
* libperf: Add perf_thread_map__new_dummy() functionJiri Olsa2019-07-291-6/+1
* libperf: Add perf_thread_map structJiri Olsa2019-07-291-12/+1
* perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa2019-07-291-20/+20
* perf stat: Ignore error thread when enabling system-wide --per-threadJin Yao2018-02-271-0/+1
* perf tools: Use target->per_thread and target->system_wide flagsJin Yao2018-02-161-1/+1
* perf thread_map: Enumerate all threads from /procJin Yao2017-12-271-1/+1
* perf thread_map: Add method to map all threads in the systemArnaldo Carvalho de Melo2017-12-051-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-2/+2
* perf thread_map: Add thread_map__remove functionJiri Olsa2016-12-151-0/+1
* perf thread_map: Make new_by_tid_str constructor publicJiri Olsa2016-04-131-0/+2
* perf thread_map: Add has() methodJiri Olsa2016-04-131-0/+1
* perf thread_map: Add thread_map__new_event functionJiri Olsa2015-12-171-0/+3
* perf thrad_map: Add comm string into arrayJiri Olsa2015-06-261-0/+8
* perf tools: Add reference counting for thread_map objectJiri Olsa2015-06-251-2/+5
* perf thread_map: Change map entries into a structJiri Olsa2015-06-231-3/+7
* perf thread_map: Don't access the array entries directlyJiri Olsa2015-06-231-0/+10
* perf thread_map: Create dummy constructor out of open coded equivalentArnaldo Carvalho de Melo2014-10-141-0/+1
* perf evlist: Add thread_map__nr() helperNamhyung Kim2013-03-151-0/+5
* perf tools: Fix thread map that is type pid_tRobert Richter2012-04-111-1/+1
* perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-131-0/+4
* perf tools: Introduce per user viewArnaldo Carvalho de Melo2012-01-241-1/+2
* perf tools: Add fprintf methods for thread_map and cpu_map classesArnaldo Carvalho de Melo2012-01-241-0/+4
* perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo2011-01-241-0/+15