aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/build-id.c
AgeCommit message (Expand)Author
2017-06-08perf symbols: Kill dso__build_id_is_kmod()perf-urgent-for-mingo-4.12-20170608Namhyung Kim
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Remove misplaced __maybe_unused in some functionsArnaldo Carvalho de Melo
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-03-27perf buildid: Do not assume that readlink() returns a null terminated stringTommi Rantala
2017-03-27perf buildid: Do not update SDT cache with null filenameTommi Rantala
2016-09-29perf probe: Increase debug level of SDT debug messagesAdrian Hunter
2016-07-13perf probe: Support @BUILDID or @FILE suffix for SDT eventsMasami Hiramatsu
2016-07-13perf probe: Make --list show only available cached eventsMasami Hiramatsu
2016-07-12perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo
2016-07-04perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu
2016-07-01perf probe: Show all cached probesMasami Hiramatsu
2016-06-14perf buildid: Rename and export build_id_cache__cachedir()Masami Hiramatsu
2016-06-07perf tools: Fix crash in build_id_cache__kallsyms_path()Wang Nan
2016-05-30perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidperf-core-for-mingo-20160530Masami Hiramatsu
2016-05-16perf symbols: Store vdso buildid unconditionallyHe Kuang
2016-05-11perf buildid-cache: Use lsdir() for looking up buildid cachesperf-core-for-mingo-20160511Masami Hiramatsu
2016-04-25perf buildid: Fix off-by-one in write_buildid()Andrey Ryabinin
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo
2016-02-12perf symbols: Fix symbols searching for module in buildid-cacheWang Nan
2016-01-29perf buildid: Fix cpumode of buildid eventWang Nan
2015-12-07perf buildid-list: Show running kernel build id fixMichael Petlan
2015-11-13perf buildid-list: Requires ordered eventsAdrian Hunter
2015-08-28perf buildid: Introduce sysfs/filename__sprintf_build_idMasami Hiramatsu
2015-07-20perf buildid: Use SBUILD_ID_SIZE macroMasami Hiramatsu
2015-07-20perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-04-10perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang
2015-03-20perf tools: Fix race in build_id_cache__add_s()Milos Vyletel
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo
2015-02-27perf buildid-cache: Add --purge FILE to remove all caches of FILEMasami Hiramatsu
2015-02-27perf buildid-cache: Add new buildid cache if update target is not cachedMasami Hiramatsu
2015-02-11perf buildid-cache: Consolidate .build-id cache path generatorsMasami Hiramatsu
2015-02-11perf buildid-cache: Remove unneeded debugdir parametersMasami Hiramatsu
2014-12-09perf buildid-cache: Remove extra debugdir variablesJiri Olsa
2014-11-19perf build-id: Move disable_buildid_cache() to util/build-id.cNamhyung Kim
2014-11-05perf build-id: Move build-id related functions to util/build-id.cNamhyung Kim
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo
2014-05-12perf tools: Use tid for finding threadNamhyung Kim
2013-12-10perf symbols: Constify some DSO methods parametersArnaldo Carvalho de Melo
2013-10-23perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter