summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/build-id.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Increase debug level of SDT debug messagesAdrian Hunter2016-09-291-2/+2
* perf probe: Support @BUILDID or @FILE suffix for SDT eventsMasami Hiramatsu2016-07-141-0/+43
* perf probe: Make --list show only available cached eventsMasami Hiramatsu2016-07-141-1/+32
* perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo2016-07-121-1/+1
* perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu2016-07-051-0/+30
* perf probe: Show all cached probesMasami Hiramatsu2016-07-011-2/+106
* perf buildid: Rename and export build_id_cache__cachedir()Masami Hiramatsu2016-06-141-7/+5Star
* perf tools: Fix crash in build_id_cache__kallsyms_path()Wang Nan2016-06-071-7/+4Star
* perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidMasami Hiramatsu2016-05-301-27/+88
* perf symbols: Store vdso buildid unconditionallyHe Kuang2016-05-171-1/+1
* perf buildid-cache: Use lsdir() for looking up buildid cachesMasami Hiramatsu2016-05-111-26/+4Star
* perf buildid: Fix off-by-one in write_buildid()Andrey Ryabinin2016-04-251-3/+3
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-231-2/+1Star
* perf symbols: Fix symbols searching for module in buildid-cacheWang Nan2016-02-121-0/+44
* perf buildid: Fix cpumode of buildid eventWang Nan2016-01-291-1/+5
* perf buildid-list: Show running kernel build id fixMichael Petlan2015-12-071-1/+1
* perf buildid-list: Requires ordered eventsAdrian Hunter2015-11-131-0/+1
* perf buildid: Introduce sysfs/filename__sprintf_build_idMasami Hiramatsu2015-08-281-0/+32
* perf buildid: Use SBUILD_ID_SIZE macroMasami Hiramatsu2015-07-201-2/+2
* perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo2015-07-201-1/+1
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-291-43/+16Star
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-1/+4
* perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang2015-04-101-6/+2Star
* perf tools: Fix race in build_id_cache__add_s()Milos Vyletel2015-03-201-1/+2
* perf tools: Reference count struct threadArnaldo Carvalho de Melo2015-03-031-2/+3
* perf buildid-cache: Add --purge FILE to remove all caches of FILEMasami Hiramatsu2015-02-271-17/+76
* perf buildid-cache: Add new buildid cache if update target is not cachedMasami Hiramatsu2015-02-271-0/+12
* perf buildid-cache: Consolidate .build-id cache path generatorsMasami Hiramatsu2015-02-111-17/+41
* perf buildid-cache: Remove unneeded debugdir parametersMasami Hiramatsu2015-02-111-24/+20Star
* perf buildid-cache: Remove extra debugdir variablesJiri Olsa2014-12-091-6/+3Star
* perf build-id: Move disable_buildid_cache() to util/build-id.cNamhyung Kim2014-11-191-0/+11
* perf build-id: Move build-id related functions to util/build-id.cNamhyung Kim2014-11-051-0/+334
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-291-2/+1Star
* perf tools: Use tid for finding threadNamhyung Kim2014-05-121-1/+1
* perf symbols: Constify some DSO methods parametersArnaldo Carvalho de Melo2013-12-101-1/+1
* perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo2013-10-231-3/+3
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-111-0/+1
* perf tools: Remove references to struct ip_eventAdrian Hunter2013-08-291-4/+4
* perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter2013-08-291-2/+5
* perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter2013-08-121-1/+1
* perf symbols: Load kernel maps before usingAdrian Hunter2013-08-071-1/+1
* perf tools: Move build_id__sprintf into build-id objectJiri Olsa2012-10-291-0/+15
* perf inject: Mark a dso if it's usedAndrew Vagin2012-10-261-5/+5
* perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo2012-10-061-1/+1
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-5/+6
* perf buildid-list: Work better with pipe modeStephane Eranian2012-05-221-0/+2
* perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo2011-11-281-3/+4
* perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2011-11-281-8/+8
* perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo2011-11-281-2/+5
* perf session: Move threads to struct machineArnaldo Carvalho de Melo2011-11-281-2/+2