aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds146-4294/+10237
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2012-09-27perf trace: Add aliases for some syscallsArnaldo Carvalho de Melo1-8/+18
2012-09-27perf probe: Print an enum type variable in "enum variable-name" format when s...Hyeoncheol Lee1-0/+2
2012-09-27perf tools: Check libaudit availability for perf-trace builtinNamhyung Kim3-2/+27
2012-09-26perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim1-2/+7
2012-09-26perf trace: New toolArnaldo Carvalho de Melo6-1/+358
2012-09-26perf evsel: Export the event_format constructorArnaldo Carvalho de Melo2-1/+4
2012-09-26perf evsel: Introduce rawptr() methodArnaldo Carvalho de Melo2-2/+9
2012-09-26perf tools: Use perf_evsel__newtp in the event parserArnaldo Carvalho de Melo1-30/+16
2012-09-26perf evsel: The tracepoint constructor should store sys:nameArnaldo Carvalho de Melo1-4/+5
2012-09-26perf evlist: Introduce set_filter() methodArnaldo Carvalho de Melo4-18/+48
2012-09-26perf evlist: Renane set_filters method to apply_filtersArnaldo Carvalho de Melo4-4/+4
2012-09-26perf test: Add test to check we correctly parse and match syscall open parmsArnaldo Carvalho de Melo1-0/+116
2012-09-26perf evsel: Handle endianity in intval methodArnaldo Carvalho de Melo1-4/+34
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo9-18/+24
2012-09-26perf tools: Allow handling a NULL cpu_map as meaning "all cpus"Arnaldo Carvalho de Melo2-6/+17
2012-09-26perf evsel: Improve tracepoint constructor setupArnaldo Carvalho de Melo1-1/+5
2012-09-25perf test: Fix build failureNamhyung Kim1-2/+2
2012-09-24perf test: Add test for the sched tracepoint format fieldsArnaldo Carvalho de Melo1-0/+86
2012-09-24perf evsel: Provide a new constructor for tracepointsArnaldo Carvalho de Melo2-6/+87
2012-09-24perf tools: bfd.h/libbfd detection fails with recent binutilsMarkus Trippelsdorf2-1/+2
2012-09-24perf tools: remove sscanf extension %asIrina Tirdea2-17/+37
2012-09-24perf header: Remove perf_header__read_featureNamhyung Kim2-60/+1
2012-09-24perf kvm: Use perf_session_env for reading cpuidNamhyung Kim1-9/+1
2012-09-24perf header: Remove unused @feat arg from ->process callbackNamhyung Kim1-35/+35
2012-09-24perf header: Use pre-processed session env when printingNamhyung Kim1-141/+66
2012-09-24perf header: Add ->process callbacks to most of featuresNamhyung Kim1-11/+308
2012-09-24perf header: Add struct perf_session_envNamhyung Kim1-0/+24
2012-09-24perf timechart: Use zalloc and fix a couple leaksArnaldo Carvalho de Melo1-26/+14
2012-09-24perf lock: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo1-146/+87
2012-09-24perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo1-45/+45
2012-09-24perf kvm: Use perf_evsel__intvalArnaldo Carvalho de Melo1-63/+67
2012-09-21perf kvm: Events analysis toolXiao Guangrong6-6/+929
2012-09-21perf tools: Fix parallel buildEric Sandeen1-2/+2
2012-09-20perf record: Print event causing perf_event_open() to failStephane Eranian1-2/+4
2012-09-20perf tools: Fix a compiling error in util/map.cFeng Tang1-3/+2
2012-09-20perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machineFeng Tang1-1/+1
2012-09-17perf stat: Check PMU cpumask fileYan, Zheng7-22/+82
2012-09-17perf report: Add missing perf_hpp__init for pipe-modeNamhyung Kim1-1/+3
2012-09-17perf scripts: Export a find_scripts() functionFeng Tang2-0/+56
2012-09-17perf scripts: Add event_analyzing_sample-record/reportFeng Tang2-0/+11
2012-09-17perf scripts: Add --symbols option to handle specific symbolsFeng Tang1-0/+3
2012-09-17perf symbols: Filter samples with unresolved symbol when "--symbols" option i...Feng Tang1-2/+3
2012-09-17perf archive: Make 'f' the last parameter for tarIrina Tirdea1-1/+1
2012-09-17perf archive: Remove -f from the rm commandIrina Tirdea1-2/+2
2012-09-17perf stat: Move stats related code to util/stat.cXiao Guangrong4-54/+76
2012-09-17perf report: Enable integrated annotation only if possibleNamhyung Kim1-6/+6
2012-09-17perf tools: Add sort__has_symNamhyung Kim2-0/+6
2012-09-17arm64: Performance counters supportWill Deacon1-0/+6
2012-09-14perf hists browser: Fix first column printingNamhyung Kim1-2/+2
2012-09-14perf hists browser: Fix output for 100.00%Namhyung Kim3-16/+16
2012-09-14perf sched: Fixup for the die() removalNamhyung Kim1-7/+7
2012-09-14perf test: Fixup for the die() removalNamhyung Kim1-4/+4
2012-09-14perf probe: Add union member access supportHyeoncheol Lee1-8/+16
2012-09-11perf sched: Don't read all tracepoint variables in advanceArnaldo Carvalho de Melo1-180/+97
2012-09-11perf sched: Use perf_evsel__{int,str}valArnaldo Carvalho de Melo1-159/+90
2012-09-11perf evsel: Introduce perf_evsel__{str,int}val methodsArnaldo Carvalho de Melo2-0/+42
2012-09-11perf sched: Use perf_tool as ancestorArnaldo Carvalho de Melo1-574/+562
2012-09-11perf sched: Remove unused thread parameterArnaldo Carvalho de Melo1-15/+8
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea74-413/+491
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa8-26/+194
2012-09-11perf symbols: Make dsos__find function globally availableJiri Olsa2-1/+2
2012-09-11perf tools: Add memdup functionJiri Olsa2-1/+19
2012-09-11perf tools: Do backtrace post unwind only if we regs and stack were capturedJiri Olsa1-0/+5
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea6-19/+19
2012-09-11perf tools: include __WORDSIZE definitionIrina Tirdea1-0/+4
2012-09-11perf tools: Update types definitions for AndroidIrina Tirdea3-0/+21
2012-09-11perf tools: Add missing perf_regs.h file to MANIFESTArnaldo Carvalho de Melo1-0/+1
2012-09-11perf tools: include wrapper for magic.hIrina Tirdea3-1/+14
2012-09-09perf kmem: Remove die() callsArnaldo Carvalho de Melo1-41/+67
2012-09-09perf sched: Remove die() callsArnaldo Carvalho de Melo1-102/+179
2012-09-09perf test: Remove die() callsArnaldo Carvalho de Melo1-6/+8
2012-09-08perf symbols: Remove BIONIC wrapper around libgen.hDavid Ahern1-2/+0
2012-09-08perf probe: Make a copy of exec path for passing to basenameDavid Ahern1-2/+10
2012-09-08perf annotate: Make a copy of filename for passing to basenameDavid Ahern1-1/+8
2012-09-08perf gtk/browser: Use perf_hpp__format functionsNamhyung Kim3-16/+87
2012-09-08perf hists browser: Use perf_hpp__format functionsNamhyung Kim2-23/+77
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim2-33/+27
2012-09-08perf hists: Handle field separator properlyNamhyung Kim2-27/+50
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim6-200/+426
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea2-3/+7
2012-09-07perf tools: Fix build for another rbtree.c changeAdrian Hunter1-0/+1
2012-09-07perf tools: add NO_BACKTRACE for application self-debuggingIrina Tirdea3-0/+28
2012-09-07perf tools: replace mkostemp with mkstempIrina Tirdea1-1/+1
2012-09-07perf tools: include missing pthread.h headerIrina Tirdea2-0/+2
2012-09-07perf tools: fix missing winsize definitionIrina Tirdea2-0/+2
2012-09-07perf tools: include basename for non-glibc systemsIrina Tirdea1-0/+3
2012-09-07perf tools: Replace sort's standalone field_sep with symbol_conf.field_sepJiri Olsa2-5/+2
2012-09-07perf diff: Make diff command work with evsel histsJiri Olsa4-35/+72
2012-09-07perf tools: Ignore compiled python binariesNamhyung Kim1-0/+2
2012-09-06perf tools: Fix cache event name generationJiri Olsa1-1/+1
2012-09-06perf test: Add roundtrip test for hardware cache eventsArnaldo Carvalho de Melo1-0/+61
2012-09-06perf evlist: Add fprintf methodArnaldo Carvalho de Melo2-0/+15
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 Melo3-5/+60
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: Clean target should do clean for lib/traceevent tooDavid Ahern1-1/+4
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki6-1/+14
2012-09-05perf tools: Replace mempcpy with memcpyIrina Tirdea1-2/+2
2012-09-05perf header: Swap pmu mapping numbers if neededNamhyung Kim1-0/+6
2012-09-05perf header: Set tracepoint event name only if not setNamhyung Kim1-1/+1
2012-09-05perf header: Use evlist->nr_entries on write_event_desc()Namhyung Kim1-3/+2
2012-09-05perf tools: remove unneeded include of network header filesDavid Ahern2-9/+4
2012-09-05perf tools: Remove the node from rblist in strlist__removeSuzuki K. Poulose1-1/+1
2012-09-05perf tools: Fix intlist node removalSuzuki K. Poulose1-2/+2
2012-09-05perf tools: Fix x86 builds with ARCH specified on the command lineDavid Ahern1-2/+2
2012-09-05perf record: Remove use of die/exitDavid Ahern1-49/+109
2012-09-05perf script: Remove use of die/exitDavid Ahern1-19/+41
2012-09-05perf help: Remove use of die and handle errorsDavid Ahern1-14/+34
2012-09-05perf stat: Remove use of die/exit and handle errorsDavid Ahern1-3/+4
2012-09-05perf lock: Remove use of die and handle errorsDavid Ahern1-57/+124
2012-09-05perf tool: handle errors in synthesized event functionsDavid Ahern1-9/+26
2012-09-05perf session: flush_sample_queue needs to handle errors from handlersDavid Ahern1-9/+15
2012-09-01tools: perf: Fix typo in tools/perfMasanari Iida3-3/+3
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-22perf tools: Fix 'No libunwind found' make warning messageJiri Olsa1-1/+1
2012-08-21perf tools: Add missing files to build the python bindingArnaldo Carvalho de Melo1-0/+2
2012-08-20perf hists: Rename and move some functionsNamhyung Kim3-27/+32
2012-08-20perf hists: Separate out hist print functionsNamhyung Kim4-661/+669
2012-08-20perf tools: Fix include order for bison/flex-generated C filesBen Hutchings1-2/+2
2012-08-20perf symbols: Fix builds with NO_LIBELF setDavid Ahern3-1/+5
2012-08-20perf: silence GTK2 probing errorsDavid Ahern1-3/+3
2012-08-20perf script perl/python: Fix libexec scripts path in DocumentationDavid Ahern2-7/+7
2012-08-20perf ui gtk: Ensure not to call gtk_main_quit() twiceNamhyung Kim1-0/+2
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 Kim7-15/+57
2012-08-17perf ui/gtk: Use helpline API in browserNamhyung Kim1-1/+4
2012-08-17perf ui gtk: Implement helpline_fnsNamhyung Kim4-0/+34
2012-08-16perf ui: Introduce struct ui_helplineNamhyung Kim4-40/+88
2012-08-15perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo11-125/+95
2012-08-15perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo10-32/+28
2012-08-14perf test: Add automated tests for event group parsingJiri Olsa1-3/+299
2012-08-14perf tools: Enable grouping logic for parsed eventsJiri Olsa11-69/+96
2012-08-14perf tools: Add support to update event modifierJiri Olsa4-14/+66
2012-08-14perf 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: Add description of JIT interfaceAndi Kleen1-0/+15
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
2012-08-13perf symbols: Remove unused function map__objdump_2ipCody P Schafer2-9/+0
2012-08-13perf symbols: Only un-prelink non-zero symbolsCody P Schafer1-1/+1
2012-08-11perf tools: Support for DWARF mode callchainJiri Olsa3-4/+132
2012-08-11perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa13-30/+795
2012-08-10perf tools: Support user regs and stack in sample parsingJiri Olsa4-3/+80
2012-08-10perf tools: Add libunwind dependency for DWARF CFI unwindingJiri Olsa2-1/+53
2012-08-10perf tools: Add interface to arch registers setsJiri Olsa3-1/+106
2012-08-10perf tools: Adding PERF_ATTR_SIZE_VER2 to the header swap checkJiri Olsa1-0/+1
2012-08-09perf symbols: Implement poor man's ELF parserNamhyung Kim1-7/+235
2012-08-09perf symbols: Support minimal build without libelfNamhyung Kim7-17/+106
2012-08-09perf symbols: Split out util/symbol-elf.cNamhyung Kim6-797/+817
2012-08-09perf symbols: Introduce symbol__elf_init()Namhyung Kim3-4/+9
2012-08-09perf tools: Fix /etc config related installationNamhyung Kim1-1/+3
2012-08-09perf tools: Support for events bash completionFrederic Weisbecker4-36/+61
2012-08-09perf tools: Initial bash completion supportFrederic Weisbecker3-30/+62
2012-08-09perf lock record: improve message when tracepoints are not enabledDavid Ahern1-5/+24
2012-08-09perf script python: Correct handler check and spelling errorsFeng Tang3-24/+18
2012-08-08perf scripts python: Add event_analyzing_sample.py as a sample for general ev...Feng Tang1-0/+193
2012-08-08perf scripts python: Add a python library EventClass.pyFeng Tang1-0/+94
2012-08-08perf scripts python: Pass event/thread/dso name and symbol info to event hand...Feng Tang1-6/+29
2012-08-08perf script: Replace "struct thread" with "struct addr_location" as a paramet...Feng Tang5-16/+20
2012-08-08perf script: Add general python handler to process non-tracepoint eventsFeng Tang1-1/+58
2012-08-08perf list: Document precise event sampling for AMD IBSRobert Richter1-12/+30
2012-08-08perf list: Update documentation about raw event setupRobert Richter1-0/+6
2012-08-08perf tools: Fix parsing of 64 bit raw config value for 32 bitRobert Richter4-13/+13
2012-08-08perf tools: Fix lib/traceevent build dir with OUTPUT variable setRobert Richter1-4/+4
2012-08-08perf tools: Fix version file for perf documentation with OUTPUT variable setRobert Richter1-3/+3
2012-08-07perf script: Stop using pevent directlyArnaldo Carvalho de Melo6-47/+28
2012-08-07perf sched: Use perf_sampleArnaldo Carvalho de Melo1-76/+37
2012-08-07perf lock: Use evsel->tp_format and perf_sampleArnaldo Carvalho de Melo1-74/+42
2012-08-07perf kmem: Use evsel->tp_format and perf_sampleArnaldo Carvalho de Melo1-24/+17
2012-08-07perf evsel: Cache associated event_formatArnaldo Carvalho de Melo10-114/+70
2012-08-07perf header: Set the tracepoint names on PERF_RECORD_HEADER_TRACING_DATAArnaldo Carvalho de Melo1-0/+2
2012-08-07perf tools: Add dump_stack functionArnaldo Carvalho de Melo2-0/+21
2012-08-06perf hists browser: Add verbose mode hotkeyArnaldo Carvalho de Melo1-11/+26
2012-08-03perf tools: Remove brace expansion from clean targetPalmer Cox1-1/+2
2012-08-03perf kvm top: Limit guest kernel info message to onceDavid Ahern1-2/+11