aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/build-id.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-13perf probe: Support @BUILDID or @FILE suffix for SDT eventsMasami Hiramatsu1-0/+43
2016-07-13perf probe: Make --list show only available cached eventsMasami Hiramatsu1-1/+32
2016-07-12perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo1-1/+1
2016-07-04perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu1-0/+30
2016-07-01perf probe: Show all cached probesMasami Hiramatsu1-2/+106
2016-06-14perf buildid: Rename and export build_id_cache__cachedir()Masami Hiramatsu1-7/+5
2016-06-07perf tools: Fix crash in build_id_cache__kallsyms_path()Wang Nan1-7/+4
2016-05-30perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidMasami Hiramatsu1-27/+88
2016-05-16perf symbols: Store vdso buildid unconditionallyHe Kuang1-1/+1
2016-05-11perf buildid-cache: Use lsdir() for looking up buildid cachesMasami Hiramatsu1-26/+4
2016-04-25perf buildid: Fix off-by-one in write_buildid()Andrey Ryabinin1-3/+3
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo1-2/+1
2016-02-12perf symbols: Fix symbols searching for module in buildid-cacheWang Nan1-0/+44
2016-01-29perf buildid: Fix cpumode of buildid eventWang Nan1-1/+5
2015-12-07perf buildid-list: Show running kernel build id fixMichael Petlan1-1/+1
2015-11-13perf buildid-list: Requires ordered eventsAdrian Hunter1-0/+1
2015-08-28perf buildid: Introduce sysfs/filename__sprintf_build_idMasami Hiramatsu1-0/+32
2015-07-20perf buildid: Use SBUILD_ID_SIZE macroMasami Hiramatsu1-2/+2
2015-07-20perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo1-1/+1
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo1-43/+16
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-1/+4
2015-04-10perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang1-6/+2
2015-03-20perf tools: Fix race in build_id_cache__add_s()Milos Vyletel1-1/+2
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo1-2/+3
2015-02-27perf buildid-cache: Add --purge FILE to remove all caches of FILEMasami Hiramatsu1-17/+76
2015-02-27perf buildid-cache: Add new buildid cache if update target is not cachedMasami Hiramatsu1-0/+12
2015-02-11perf buildid-cache: Consolidate .build-id cache path generatorsMasami Hiramatsu1-17/+41
2015-02-11perf buildid-cache: Remove unneeded debugdir parametersMasami Hiramatsu1-24/+20
2014-12-09perf buildid-cache: Remove extra debugdir variablesJiri Olsa1-6/+3
2014-11-19perf build-id: Move disable_buildid_cache() to util/build-id.cNamhyung Kim1-0/+11
2014-11-05perf build-id: Move build-id related functions to util/build-id.cNamhyung Kim1-0/+334
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo1-2/+1
2014-05-12perf tools: Use tid for finding threadNamhyung Kim1-1/+1
2013-12-10perf symbols: Constify some DSO methods parametersArnaldo Carvalho de Melo1-1/+1
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo1-3/+3
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian1-0/+1
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter1-4/+4
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter1-2/+5
2013-08-12perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter1-1/+1
2013-08-07perf symbols: Load kernel maps before usingAdrian Hunter1-1/+1
2012-10-29perf tools: Move build_id__sprintf into build-id objectJiri Olsa1-0/+15
2012-10-26perf inject: Mark a dso if it's usedAndrew Vagin1-5/+5
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo1-1/+1
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-5/+6
2012-05-22perf buildid-list: Work better with pipe modeStephane Eranian1-0/+2
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo1-3/+4
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-8/+8
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo1-2/+5
2011-11-28perf session: Move threads to struct machineArnaldo Carvalho de Melo1-2/+2
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo1-0/+1