summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2009-11-19perf symbols: Add a long_name_len member to struct dsoArnaldo Carvalho de Melo2-5/+22
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar18-268/+1173
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 Melo2-7/+13
2009-11-17perf tools: Don't die() in perf_header__add_attr()Arnaldo Carvalho de Melo2-10/+26
2009-11-17perf buildid-list: Always show the DSO nameArnaldo Carvalho de Melo1-4/+1
2009-11-17perf tools: Don't die in perf_header_attr__new()Arnaldo Carvalho de Melo2-13/+13
2009-11-17perf tools: Introduce dsos__fprintf_buildidArnaldo Carvalho de Melo2-4/+28
2009-11-17perf tools: Generalize perf_header__adds_read()Arnaldo Carvalho de Melo2-56/+98
2009-11-17perf tools: Debug.h needs to include event.h for event_tArnaldo Carvalho de Melo1-0/+2
2009-11-17perf symbols: Pass the offset to perf_header__read_build_ids()Arnaldo Carvalho de Melo3-4/+3
2009-11-16perf symbols: Call the symbol filter in dso__synthesize_plt_symbols()Arnaldo Carvalho de Melo1-6/+20
2009-11-15perf tools: Add new perf_atoll() function to parse string representing size i...Hitoshi Mitake2-0/+85
2009-11-15Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar1-0/+4
2009-11-11perf tools: Bring linear set of section headers for featuresFrederic Weisbecker6-45/+85
2009-11-11perf tools: Use perf_header__set/has_feat whenever possibleFrederic Weisbecker2-11/+2
2009-11-11perf tools: Read the build-ids from the header layerFrederic Weisbecker3-8/+16
2009-11-11perf tools: Split up build id saving into fetch and writeFrederic Weisbecker4-24/+59
2009-11-11perf tools: Move the build-id storage operations to headersFrederic Weisbecker2-4/+39
2009-11-08perf tools: Modify perf routines to use new debugfs routinesClark Williams1-13/+4
2009-11-08perf tools: Add debugfs utility routines for perfClark Williams2-0/+266
2009-11-08perf symbols: Use the buildids if presentArnaldo Carvalho de Melo7-27/+133
2009-11-04perf/probes: Fall back to non-dwarf if possibleMasami Hiramatsu1-2/+4
2009-11-04perf/probes: Improve error messagesMasami Hiramatsu1-1/+1
2009-11-04perf symbols: Factor out buildid reading routineArnaldo Carvalho de Melo2-17/+36
2009-11-04Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar2-3/+13
2009-11-03perf symbols: Initialize dso->loadedArnaldo Carvalho de Melo1-0/+1
2009-11-02perf tools: Fix missing symtabs printoutsIngo Molnar1-7/+6
2009-11-02perf tools: Improve message about missing symtabs for deleted DSOsArnaldo Carvalho de Melo1-2/+14
2009-11-02perf tools: Simplify the symbol priv area mechanismArnaldo Carvalho de Melo5-57/+50
2009-11-02perf tools: Factor out the map initializationArnaldo Carvalho de Melo3-19/+23
2009-10-29perf/probes: Support function entry relative line numberMasami Hiramatsu2-18/+63
2009-10-29perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu2-0/+12
2009-10-29perf/probes: Exit searching after finding target functionMasami Hiramatsu1-2/+2
2009-10-29perf tools: Delay loading symtabs till we hit a map with itArnaldo Carvalho de Melo4-26/+35
2009-10-28perf_event: Add alignment-faults and emulation-faults software eventsAnton Blanchard1-0/+4
2009-10-27perf tools: Output 'perf list' to stdout not stderrMarti Raudsepp1-10/+10
2009-10-27perf tools: Notify user when unrecognized event is specifiedMarti Raudsepp1-0/+2
2009-10-27perf tools: Generalize event synthesizing routinesArnaldo Carvalho de Melo2-0/+180
2009-10-25perf tools: Fix compatibility with libelf 0.8 and autodetectMarti Raudsepp2-3/+13
2009-10-23perf probe: Print debug messages using pr_*()Arnaldo Carvalho de Melo1-6/+6
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar56-1156/+2433
2009-10-23perf tools: Unify debug messages mechanismsArnaldo Carvalho de Melo10-97/+96
2009-10-23perf tools: Drop asm/types.h wrapperFrederic Weisbecker4-18/+15
2009-10-23perf tools: Bind callchains to the first sort dimension columnFrederic Weisbecker4-5/+36
2009-10-23perf tools: Fix missing top level callchainFrederic Weisbecker2-3/+8
2009-10-21perf tools: Use strsep() over strtok_r() for parsing single lineSteven Rostedt1-3/+6
2009-10-20perf annotate: Use the sym_priv_size area for the histogramArnaldo Carvalho de Melo5-52/+52
2009-10-20perf tools: Add ->unmap_ip operation to struct mapArnaldo Carvalho de Melo3-6/+16