aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-17perf record: Add option to avoid updating buildid cacheStephane Eranian1-1/+9
2010-06-05perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian1-2/+1
2010-05-19perf session: Make read_build_id routines look at the host_machine tooArnaldo Carvalho de Melo1-32/+52
2010-05-04perf: Fix performance issue with perf reportAnton Blanchard1-0/+8
2010-05-03perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAWTom Zanussi1-1/+0
2010-05-02perf: add perf-inject builtinTom Zanussi1-8/+27
2010-05-02perf/live: don't synthesize build ids at the end of a live mode traceTom Zanussi1-61/+0
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo1-37/+33
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-40/+173
2010-04-14perf: Convert perf header build_ids into build_id eventsTom Zanussi1-0/+90
2010-04-14perf: Convert perf tracing data into a tracing_data eventTom Zanussi1-0/+52
2010-04-14perf: Convert perf event types into event type eventsTom Zanussi1-7/+55
2010-04-14perf: Convert perf header attrs into attr eventsTom Zanussi1-0/+79
2010-04-14perf: Add pipe-specific header read/write and event processing codeTom Zanussi1-18/+60
2010-02-04perf tools: Clean up O_LARGEFILE et al usageXiao Guangrong1-11/+10
2010-02-04perf record: Stop intercepting events, use postprocessing to get build-idsArnaldo Carvalho de Melo1-2/+5
2010-02-03perf tools: Use O_LARGEFILE to open perf data fileXiao Guangrong1-9/+13
2010-01-21perf buildid-cache: Add new command to manage build-id cacheArnaldo Carvalho de Melo1-9/+63
2010-01-16perf symbols: Cache /proc/kallsyms files by build-idArnaldo Carvalho de Melo1-4/+11
2010-01-16perf tools: Cross platform perf.data analysis supportArnaldo Carvalho de Melo1-12/+51
2010-01-13perf symbols: Record the domain of DSOs in HEADER_BUILD_ID header tableArnaldo Carvalho de Melo1-3/+6
2010-01-13perf tools: Create write_padded routine out of __dsos__write_buildid_tableArnaldo Carvalho de Melo1-6/+16
2009-12-30perf header: perf_header__push_event() shouldn't dieArnaldo Carvalho de Melo1-6/+10
2009-12-30perf header: Do_read shouldn't dieArnaldo Carvalho de Melo1-14/+21
2009-12-28perf record: Introduce a symtab cacheArnaldo Carvalho de Melo1-5/+77
2009-12-14perf session: Ditch register_perf_file_handlerArnaldo Carvalho de Melo1-1/+1
2009-12-12perf tools: Introduce perf_session classArnaldo Carvalho de Melo1-22/+6
2009-12-07perf_event: Fix __dsos__write_buildid_table()Xiao Guangrong1-1/+1
2009-12-06perf tools: Misc small fixesOGAWA Hirofumi1-2/+7
2009-11-27perf symbols: Split the dsos list into kernel and user partsArnaldo Carvalho de Melo1-2/+10
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo1-1/+1
2009-11-24perf symbols: Simplify symbol machinery setupArnaldo Carvalho de Melo1-6/+0
2009-11-23perf symbols: Look for vmlinux in more placesArnaldo Carvalho de Melo1-1/+1
2009-11-21perf symbols: Do lazy symtab loading for the kernel & modules tooArnaldo Carvalho de Melo1-3/+3
2009-11-19perf tools: Eliminate some more die() uses in library functionsArnaldo Carvalho de Melo1-27/+53
2009-11-19perf tools: perf_header__read() shouldn't die()Arnaldo Carvalho de Melo1-21/+31
2009-11-19perf symbols: Capture the running kernel buildid tooArnaldo Carvalho de Melo1-0/+1
2009-11-19perf symbols: Record the build_ids of kernel modules tooArnaldo Carvalho de Melo1-0/+5
2009-11-19perf symbols: Kill struct build_id_list and die() another dayArnaldo Carvalho de Melo1-13/+18
2009-11-17perf tools: Don't die() in do_write()Arnaldo Carvalho de Melo1-11/+22
2009-11-17perf tools: Don't die() in perf_header__new()Arnaldo Carvalho de Melo1-7/+11
2009-11-17perf tools: Don't die() in perf_header_attr__add_id()Arnaldo Carvalho de Melo1-6/+12
2009-11-17perf tools: Don't die() in perf_header__add_attr()Arnaldo Carvalho de Melo1-8/+22
2009-11-17perf tools: Don't die in perf_header_attr__new()Arnaldo Carvalho de Melo1-10/+12
2009-11-16perf tools: Generalize perf_header__adds_read()Arnaldo Carvalho de Melo1-54/+69
2009-11-16perf symbols: Pass the offset to perf_header__read_build_ids()Arnaldo Carvalho de Melo1-1/+1
2009-11-11perf tools: Bring linear set of section headers for featuresFrederic Weisbecker1-35/+75
2009-11-11perf tools: Use perf_header__set/has_feat whenever possibleFrederic Weisbecker1-10/+2
2009-11-11perf tools: Read the build-ids from the header layerFrederic Weisbecker1-2/+12
2009-11-11perf tools: Split up build id saving into fetch and writeFrederic Weisbecker1-24/+17