summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2012-09-06perf tools: Remove extraneous newline when parsing hardware cache eventsArnaldo Carvalho de Melo1-1/+1
2012-09-06perf test: Add round trip test for sw and hw event namesArnaldo Carvalho de Melo2-5/+7
2012-09-06perf header: Prepare tracepoint events regardless of nameNamhyung Kim1-14/+22
2012-09-06perf header: Fix a typo on evselNamhyung Kim1-1/+1
2012-09-06perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki2-1/+4
2012-09-06perf tools: Replace mempcpy with memcpyIrina Tirdea1-2/+2
2012-09-06perf header: Swap pmu mapping numbers if neededNamhyung Kim1-0/+6
2012-09-06perf header: Set tracepoint event name only if not setNamhyung Kim1-1/+1
2012-09-06perf header: Use evlist->nr_entries on write_event_desc()Namhyung Kim1-3/+2
2012-09-06perf tools: remove unneeded include of network header filesDavid Ahern2-9/+4
2012-09-06perf tools: Remove the node from rblist in strlist__removeSuzuki K. Poulose1-1/+1
2012-09-06perf tools: Fix intlist node removalSuzuki K. Poulose1-2/+2
2012-09-06perf tool: handle errors in synthesized event functionsDavid Ahern1-9/+26
2012-09-06perf session: flush_sample_queue needs to handle errors from handlersDavid Ahern1-9/+15
2012-08-22perf tools: Keep the perf_event_attr on version 3Jiri Olsa1-1/+0
2012-08-22perf tools: Add pmu mappings to header informationRobert Richter4-2/+129
2012-08-22perf report: Update event names from header descriptionRobert Richter1-1/+51
2012-08-22perf tools: Refactor print_event_desc()Robert Richter1-41/+93
2012-08-22perf tools: Catch event names from command lineRobert Richter5-18/+78
2012-08-22perf test: Do not abort tests on errorRobert Richter1-10/+14
2012-08-20perf hists: Rename and move some functionsNamhyung Kim1-2/+2
2012-08-20perf hists: Separate out hist print functionsNamhyung Kim2-659/+20
2012-08-20perf symbols: Fix builds with NO_LIBELF setDavid Ahern2-1/+4
2012-08-17perf tools: Rename global variable 'events' in util/header.cRobert Richter1-20/+20
2012-08-17perf tools: Rename some variables for better understandingRobert Richter1-21/+21
2012-08-17perf tools: Report number of pmu type of unknown eventsRobert Richter1-1/+2
2012-08-17perf tools: Fix type for evsel->ids and add size check for idsRobert Richter3-6/+9
2012-08-17perf ui gtk: Add perf_gtk__show_helpline() for pr_*Namhyung Kim2-8/+4
2012-08-15perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo7-118/+88
2012-08-15perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo7-29/+25
2012-08-15perf test: Add automated tests for event group parsingJiri Olsa1-3/+299
2012-08-15perf tools: Enable grouping logic for parsed eventsJiri Olsa7-41/+78
2012-08-15perf tools: Add support to update event modifierJiri Olsa4-14/+66
2012-08-15perf tools: Add support to parse event group syntaxJiri Olsa4-16/+97
2012-08-14perf tools: Add missing files to build the python bindingArnaldo Carvalho de Melo1-0/+2
2012-08-14perf script: Fix a NULL pointer dereferenceNamhyung Kim1-1/+1
2012-08-13perf symbols: Use both runtime and debug imagesCody P Schafer4-33/+56
2012-08-13perf symbols: Convert dso__load_syms to take 2 symsrc'sCody P Schafer4-27/+30
2012-08-13perf symbols: Factor want_symtab out of dso__load_sym()Cody P Schafer4-17/+25
2012-08-13perf symbols: Switch dso__synthesize_plt_symbols() to use symsrcCody P Schafer4-24/+16
2012-08-13perf symbols: Set symtab_type in dso__load_symCody P Schafer2-6/+9
2012-08-13perf symbols: Introduce symsrc structure.Cody P Schafer4-44/+163
2012-08-13perf symbols: Track symtab_type of vmlinuxCody P Schafer2-0/+11
2012-08-13perf symbols: Avoid segfault in elf_strptrCody P Schafer1-0/+4
2012-08-13perf symbols: only set vmlinux longname & mark loaded if really loadedCody P Schafer1-3/+4
2012-08-13perf symbols: Simplify out_fixup in kernel syms loadingCody P Schafer1-2/+1
2012-08-13perf symbols: Remove unused 'end' arg in kallsyms parse cbCody P Schafer3-13/+12
2012-08-13perf symbols: Correct comment wrt kallsyms loadingCody P Schafer1-1/+1
2012-08-13perf symbols: Remove unneeded call to dso__set_long_name()Cody P Schafer1-3/+1
2012-08-13perf symbols: Don't try to synthesize plt without dynstrCody P Schafer1-0/+3