summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2014-06-04perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu
2014-06-04perf probe: Fix a segfault if asked for variable it doesn't findMasami Hiramatsu
2014-04-30perf tests x86: Fix stack map lookup in dwarf unwind testJiri Olsa
2014-04-30perf x86: Fix perf to use non-executable stack, againMathias Krause
2014-04-30perf machine: Search for modules in %s/lib/modules/%sRichard Yao
2014-04-30perf tests: Add static build make testJiri Olsa
2014-04-30perf tools: Fix bfd dependency libraries detectionJiri Olsa
2014-04-30perf tools: Use LDFLAGS instead of ALL_LDFLAGSJiri Olsa
2014-04-23perf tools: Disable libdw unwind for all but x86 archJiri Olsa
2014-04-23perf tests x86: Fix memory leak in sample_ustack()Masanari Iida
2014-04-20perf tools: Improve error reportingAdrien BAK
2014-04-20perf tools: Adjust symbols in VDSOVladimir Nikulichev
2014-04-20perf kvm: Fix 'Min time' counting in report commandAlexander Yarygin
2014-04-15perf tools: Instead of redirecting flex output, use -oCody P Schafer
2014-04-15perf tools: Fix double free in perf test 21 (code-reading.c)Adrian Hunter
2014-04-14Merge branch 'perf-core-for-mingo' into perf/urgentIngo Molnar
2014-04-14perf stat: Initialize statistics correctlyAndi Kleen
2014-04-14perf bench: Set more defaults in the 'numa' suiteRamkumar Ramachandra
2014-04-14perf bench: Fix segfault at the end of an 'all' executionRamkumar Ramachandra
2014-04-14perf bench: Update manpage to mention numa and futexRamkumar Ramachandra
2014-04-14perf probe: Use dwarf_getcfi_elf() instead of dwarf_getcfi()Namhyung Kim
2014-04-14perf probe: Fix to handle errors in line_range searchingMasami Hiramatsu
2014-04-14perf probe: Fix --line option behaviorNamhyung Kim
2014-04-14perf tools: Pick up libdw without explicit LIBDW_DIRRamkumar Ramachandra
2014-04-14perf callchains: Disable unwind libraries when libelf isn't foundArnaldo Carvalho de Melo
2014-04-14perf top: Fix documentation of invalid -s optionNamhyung Kim
2014-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-03-18perf tools: Remove unused simple_strtoul() functionRamkumar Ramachandra
2014-03-18perf tools: Update some code references in design.txtRamkumar Ramachandra
2014-03-18perf evsel: Update function names in debug messagesRamkumar Ramachandra
2014-03-18perf tools: Remove thread__find_map functionJiri Olsa
2014-03-18perf annotate: Print the evsel name in the stdio outputArnaldo Carvalho de Melo
2014-03-18perf report: Use ui__has_annotation()Namhyung Kim
2014-03-18perf tools: Fix memory leak when synthesizing thread recordsNamhyung Kim
2014-03-18perf tools: Use tid in mmap/mmap2 events to find mapsDon Zickus
2014-03-18perf report: Merge al->filtered with hist_entry->filteredNamhyung Kim
2014-03-18perf symbols: Apply all filters to an addr_locationNamhyung Kim
2014-03-18perf symbols: Record the reason for filtering an address_locationNamhyung Kim
2014-03-18perf sched: Fixup header alignment in 'latency' outputRamkumar Ramachandra
2014-03-18perf timechart: Fix off-by-one error in 'record' argv handlingRamkumar Ramachandra
2014-03-14perf machine: Factor machine__find_thread to take tid argumentJiri Olsa
2014-03-14perf tools: Speed up thread map generationDon Zickus
2014-03-14perf kvm: introduce --list-cmds for use by scriptsRamkumar Ramachandra
2014-03-14perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim
2014-03-14perf symbols: Introduce thread__find_cpumode_addr_locationArnaldo Carvalho de Melo
2014-03-14perf session: Change header.misc dump from decimal to hexDon Zickus
2014-03-14perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim
2014-03-14perf ui/hists: Pass struct hpp to print functionsNamhyung Kim
2014-03-14perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim