summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2009-11-19perf tools: Don't die() in mmap_dispatch_perf_fileArnaldo Carvalho de Melo
2009-11-19perf tools: Eliminate some more die() uses in library functionsArnaldo Carvalho de Melo
2009-11-19perf tools: perf_header__read() shouldn't die()Arnaldo Carvalho de Melo
2009-11-19perf symbols: Capture the running kernel buildid tooArnaldo Carvalho de Melo
2009-11-19perf symbols: Record the build_ids of kernel modules tooArnaldo Carvalho de Melo
2009-11-19perf symbols: Kill struct build_id_list and die() another dayArnaldo Carvalho de Melo
2009-11-19perf symbols: Fix comparision of build_idsArnaldo Carvalho de Melo
2009-11-19perf symbols: Add a long_name_len member to struct dsoArnaldo Carvalho de Melo
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar
2009-11-17perf tools: Don't die() in do_write()Arnaldo Carvalho de Melo
2009-11-17perf tools: Don't die() in perf_header__new()Arnaldo Carvalho de Melo
2009-11-17perf tools: Don't die() in perf_header_attr__add_id()Arnaldo Carvalho de Melo
2009-11-17perf tools: Don't die() in perf_header__add_attr()Arnaldo Carvalho de Melo
2009-11-17perf buildid-list: Always show the DSO nameArnaldo Carvalho de Melo
2009-11-17perf tools: Don't die in perf_header_attr__new()Arnaldo Carvalho de Melo
2009-11-16perf tools: Introduce dsos__fprintf_buildidArnaldo Carvalho de Melo
2009-11-16perf tools: Generalize perf_header__adds_read()Arnaldo Carvalho de Melo
2009-11-16perf tools: Debug.h needs to include event.h for event_tArnaldo Carvalho de Melo
2009-11-16perf symbols: Pass the offset to perf_header__read_build_ids()Arnaldo Carvalho de Melo
2009-11-16perf symbols: Call the symbol filter in dso__synthesize_plt_symbols()Arnaldo Carvalho de Melo
2009-11-15perf tools: Add new perf_atoll() function to parse string representing size i...Hitoshi Mitake
2009-11-15Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar
2009-11-11perf tools: Bring linear set of section headers for featuresFrederic Weisbecker
2009-11-11perf tools: Use perf_header__set/has_feat whenever possibleFrederic Weisbecker
2009-11-11perf tools: Read the build-ids from the header layerFrederic Weisbecker
2009-11-11perf tools: Split up build id saving into fetch and writeFrederic Weisbecker
2009-11-11perf tools: Move the build-id storage operations to headersFrederic Weisbecker
2009-11-08perf tools: Modify perf routines to use new debugfs routinesClark Williams
2009-11-08perf tools: Add debugfs utility routines for perfClark Williams
2009-11-08perf symbols: Use the buildids if presentArnaldo Carvalho de Melo
2009-11-04perf/probes: Fall back to non-dwarf if possibleMasami Hiramatsu
2009-11-04perf/probes: Improve error messagesMasami Hiramatsu
2009-11-04perf symbols: Factor out buildid reading routineArnaldo Carvalho de Melo
2009-11-04Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar
2009-11-03perf symbols: Initialize dso->loadedArnaldo Carvalho de Melo
2009-11-02perf tools: Fix missing symtabs printoutsIngo Molnar
2009-11-02perf tools: Improve message about missing symtabs for deleted DSOsArnaldo Carvalho de Melo
2009-11-02perf tools: Simplify the symbol priv area mechanismArnaldo Carvalho de Melo
2009-11-02perf tools: Factor out the map initializationArnaldo Carvalho de Melo
2009-10-29perf/probes: Support function entry relative line numberMasami Hiramatsu
2009-10-29perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu
2009-10-29perf/probes: Exit searching after finding target functionMasami Hiramatsu
2009-10-29perf tools: Delay loading symtabs till we hit a map with itArnaldo Carvalho de Melo
2009-10-28perf_event: Add alignment-faults and emulation-faults software eventsAnton Blanchard
2009-10-27perf tools: Output 'perf list' to stdout not stderrMarti Raudsepp
2009-10-27perf tools: Notify user when unrecognized event is specifiedMarti Raudsepp
2009-10-27perf tools: Generalize event synthesizing routinesArnaldo Carvalho de Melo
2009-10-25perf tools: Fix compatibility with libelf 0.8 and autodetectMarti Raudsepp
2009-10-23perf probe: Print debug messages using pr_*()Arnaldo Carvalho de Melo
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar