summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/core' into perf/probesIngo Molnar2009-11-1718-268/+1173
|\
| * perf tools: Don't die() in do_write()Arnaldo Carvalho de Melo2009-11-171-11/+22
| * perf tools: Don't die() in perf_header__new()Arnaldo Carvalho de Melo2009-11-171-7/+11
| * perf tools: Don't die() in perf_header_attr__add_id()Arnaldo Carvalho de Melo2009-11-172-7/+13
| * perf tools: Don't die() in perf_header__add_attr()Arnaldo Carvalho de Melo2009-11-172-10/+26
| * perf buildid-list: Always show the DSO nameArnaldo Carvalho de Melo2009-11-171-4/+1
| * perf tools: Don't die in perf_header_attr__new()Arnaldo Carvalho de Melo2009-11-172-13/+13
| * perf tools: Introduce dsos__fprintf_buildidArnaldo Carvalho de Melo2009-11-162-4/+28
| * perf tools: Generalize perf_header__adds_read()Arnaldo Carvalho de Melo2009-11-162-56/+98
| * perf tools: Debug.h needs to include event.h for event_tArnaldo Carvalho de Melo2009-11-161-0/+2
| * perf symbols: Pass the offset to perf_header__read_build_ids()Arnaldo Carvalho de Melo2009-11-163-4/+3
| * perf symbols: Call the symbol filter in dso__synthesize_plt_symbols()Arnaldo Carvalho de Melo2009-11-161-6/+20
| * perf tools: Add new perf_atoll() function to parse string representing size i...Hitoshi Mitake2009-11-152-0/+85
| *-. Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar2009-11-151-0/+4
| |\ \
| | * | perf_event: Add alignment-faults and emulation-faults software eventsAnton Blanchard2009-10-281-0/+4
| * | | perf tools: Bring linear set of section headers for featuresFrederic Weisbecker2009-11-116-45/+85
| * | | perf tools: Use perf_header__set/has_feat whenever possibleFrederic Weisbecker2009-11-112-11/+2
| * | | perf tools: Read the build-ids from the header layerFrederic Weisbecker2009-11-113-8/+16
| * | | perf tools: Split up build id saving into fetch and writeFrederic Weisbecker2009-11-114-24/+59
| * | | perf tools: Move the build-id storage operations to headersFrederic Weisbecker2009-11-112-4/+39
| * | | perf tools: Modify perf routines to use new debugfs routinesClark Williams2009-11-081-13/+4
| * | | perf tools: Add debugfs utility routines for perfClark Williams2009-11-082-0/+266
| * | | perf symbols: Use the buildids if presentArnaldo Carvalho de Melo2009-11-087-27/+133
| | |/ | |/|
| * | perf symbols: Factor out buildid reading routineArnaldo Carvalho de Melo2009-11-042-17/+36
| * | Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar2009-11-042-3/+13
| |\ \
| | * | perf tools: Fix compatibility with libelf 0.8 and autodetectMarti Raudsepp2009-10-252-3/+13
| * | | perf symbols: Initialize dso->loadedArnaldo Carvalho de Melo2009-11-031-0/+1
| * | | perf tools: Fix missing symtabs printoutsIngo Molnar2009-11-021-7/+6
| * | | perf tools: Improve message about missing symtabs for deleted DSOsArnaldo Carvalho de Melo2009-11-021-2/+14
| * | | perf tools: Simplify the symbol priv area mechanismArnaldo Carvalho de Melo2009-11-025-57/+50
| * | | perf tools: Factor out the map initializationArnaldo Carvalho de Melo2009-11-023-19/+23
| * | | perf tools: Delay loading symtabs till we hit a map with itArnaldo Carvalho de Melo2009-10-294-26/+35
| * | | perf tools: Output 'perf list' to stdout not stderrMarti Raudsepp2009-10-271-10/+10
| * | | perf tools: Notify user when unrecognized event is specifiedMarti Raudsepp2009-10-271-0/+2
| * | | perf tools: Generalize event synthesizing routinesArnaldo Carvalho de Melo2009-10-272-0/+180
* | | | perf/probes: Fall back to non-dwarf if possibleMasami Hiramatsu2009-11-041-2/+4
* | | | perf/probes: Improve error messagesMasami Hiramatsu2009-11-041-1/+1
* | | | perf/probes: Support function entry relative line numberMasami Hiramatsu2009-10-292-18/+63
* | | | perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu2009-10-292-0/+12
* | | | perf/probes: Exit searching after finding target functionMasami Hiramatsu2009-10-291-2/+2
* | | | perf probe: Print debug messages using pr_*()Arnaldo Carvalho de Melo2009-10-231-6/+6
* | | | Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-2356-1156/+2433
|\ \ \ \ | |/ / /
| * | | perf tools: Unify debug messages mechanismsArnaldo Carvalho de Melo2009-10-2310-97/+96
| * | | perf tools: Drop asm/types.h wrapperFrederic Weisbecker2009-10-234-18/+15
| * | | perf tools: Bind callchains to the first sort dimension columnFrederic Weisbecker2009-10-234-5/+36
| * | | perf tools: Fix missing top level callchainFrederic Weisbecker2009-10-232-3/+8
| * | | perf tools: Use strsep() over strtok_r() for parsing single lineSteven Rostedt2009-10-211-3/+6
| * | | perf annotate: Use the sym_priv_size area for the histogramArnaldo Carvalho de Melo2009-10-205-52/+52
| * | | perf tools: Add ->unmap_ip operation to struct mapArnaldo Carvalho de Melo2009-10-203-6/+16
| * | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2009-10-202-2/+2
| |\ \ \ | | |/ /
OpenPOWER on IntegriCloud