aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2016-08-23perf record: Fix spelling mistake "Finshed" -> "Finished"perf-core-for-mingo-20160823Colin Ian King
2016-08-23perf bpf: Fix typo: "ehough" -> "enough"Colin Ian King
2016-08-23perf test bpf: Fix typo: "ehough" -> "enough"Colin Ian King
2016-08-23perf tools: Fix typo: "ehough" -> "enough"Colin Ian King
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu
2016-08-23perf probe: Use hexadecimal type by default if possibleMasami Hiramatsu
2016-08-23perf probe: Support hexadecimal castingMasami Hiramatsu
2016-08-23perf probe: Add supported for type casting by the running kernelMasami Hiramatsu
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu
2016-08-23perf hists browser: Remove superfluous null check on mapColin Ian King
2016-08-23perf tools: Skip running the feature tests for 'make install-doc'Rui Teng
2016-08-23perf tools: Use __weak definition from linux/compiler.hRui Teng
2016-08-23perf report: Allow configuring the default sort order in ~/.perfconfigArnaldo Carvalho de Melo
2016-08-23tools: Copy coresight-pmu.h header file needed by perf toolsMathieu Poirier
2016-08-23perf disassemble: Extract logic to find file to pass to objdump to a separate...Arnaldo Carvalho de Melo
2016-08-23perf disassemble: Simplify logic for picking the filename to disassembleArnaldo Carvalho de Melo
2016-08-23perf disassemble: Move check for kallsyms + !kcoreArnaldo Carvalho de Melo
2016-08-23perf hists: Add support for header spanJiri Olsa
2016-08-23perf tools stdio: Display multiple header linesJiri Olsa
2016-08-23perf tools tui: Display multiple header linesJiri Olsa
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa
2016-08-23perf hists: Introduce nr_header_lines into struct perf_hpp_listJiri Olsa
2016-08-23perf top: Use MSEC_PER_SECArnaldo Carvalho de Melo
2016-08-23perf bench futex: Use NSEC_PER_USECArnaldo Carvalho de Melo
2016-08-23perf kvm: Use NSEC_PER_USECArnaldo Carvalho de Melo
2016-08-23perf record: Use USEC_PER_MSECArnaldo Carvalho de Melo
2016-08-23perf bench sched-messaging: Use USEC_PER_MSECArnaldo Carvalho de Melo
2016-08-23perf bench mem: Use USEC_PER_SECArnaldo Carvalho de Melo
2016-08-23perf stat: Use *SEC_PER_*SEC macrosArnaldo Carvalho de Melo
2016-08-23perf bench sched-pipe: Use linux/time64.h, USEC_PER_SECArnaldo Carvalho de Melo
2016-08-23perf timechart: Use NSEC_PER_U?SECArnaldo Carvalho de Melo
2016-08-23perf sched: Use linux/time64.hArnaldo Carvalho de Melo
2016-08-23perf bench numa: Use NSEC_PER_U?SECArnaldo Carvalho de Melo
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo
2016-08-18perf evsel: Do not access outside hw cache name arraysperf-urgent-for-mingo-20160818Arnaldo Carvalho de Melo
2016-08-16perf unwind: Use addr_location::addr instead of ip for entriesMilian Wolff
2016-08-15perf intel-pt: Fix occasional decoding errors when tracing system-wideperf-urgent-for-mingo-20160815Adrian Hunter
2016-08-15perf probe: Release resources on error when handling exit pathsArnaldo Carvalho de Melo
2016-08-15perf probe: Check for dup and fdopen failuresColin Ian King
2016-08-15perf symbols: Fix annotation of objects with debuginfo filesAnton Blanchard
2016-08-15perf script: Don't disable use_callchain if input is pipeHe Kuang
2016-08-15perf script: Show proper message when failed list scriptsHe Kuang
2016-08-15perf jitdump: Add the right header to get the major()/minor() definitionsArnaldo Carvalho de Melo
2016-08-12perf ppc64le: Fix build failure when libelf is not presentRavi Bangoria
2016-08-12perf tools mem: Fix -t store option for record commandJiri Olsa
2016-08-12perf intel-pt: Fix ip compressionAdrian Hunter
2016-08-09perf probe ppc64le: Fix probe location when using DWARFperf-urgent-for-mingo-20160809Ravi Bangoria
2016-08-09perf probe: Add function to post process kernel trace eventsRavi Bangoria
2016-08-09perf probe: Support signedness castingNaohiro Aota
2016-08-09perf stat: Avoid skew when reading eventsMark Rutland