summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-08-28tools lib: Allow external definition of CC, AR and LDDavid Carrillo-Cisneros
2017-08-28perf tools: Allow external definition of flex and bison binary namesDavid Carrillo-Cisneros
2017-08-28tools build tests: Don't hardcode gcc nameDavid Carrillo-Cisneros
2017-08-28perf report: Group stat values on global event idJiri Olsa
2017-08-28perf values: Zero value buffersJiri Olsa
2017-08-28perf values: Fix allocation checkJiri Olsa
2017-08-28perf values: Fix thread index bugJiri Olsa
2017-08-28perf report: Add dump_read functionJiri Olsa
2017-08-28perf record: Set read_format for inherit_statJiri Olsa
2017-08-28perf c2c: Fix remote HITM detection for SkylakeJiri Olsa
2017-08-28perf tools: Fix static build with newer toolchainsJiri Olsa
2017-08-28perf stat: Fix path to PMU formats in documentationJack Henschel
2017-08-24Merge tag 'perf-core-for-mingo-4.14-20170823' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-08-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-08-22perf tools: Fix static linking with libunwindKonstantin Khlebnikov
2017-08-22perf tools: Fix static linking with libdw from elfutilsKonstantin Khlebnikov
2017-08-22perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kbKonstantin Khlebnikov
2017-08-22perf tools: Really install manpages via 'make install-man'Konstantin Khlebnikov
2017-08-22perf test: Add test cases for new data source encodingAndi Kleen
2017-08-22perf tools: Add support for printing new mem_info encodingsAndi Kleen
2017-08-22perf vendor events: Add Skylake server uncore event listAndi Kleen
2017-08-22perf vendor events: Add core event list for Skylake ServerAndi Kleen
2017-08-22perf tools: Dedup events in expression parsingAndi Kleen
2017-08-22perf tools: Increase maximum number of events in expressionsAndi Kleen
2017-08-22perf tools: Expression parser enhancements for metricsAndi Kleen
2017-08-22perf tools: Add utility function to detect SMT statusAndi Kleen
2017-08-22perf bpf: Tighten detection of BPF eventsAndi Kleen
2017-08-22perf evsel: Fix buffer overflow while freeing eventsAndi Kleen
2017-08-22perf xyarray: Save max_x, max_yAndi Kleen
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-20tools lib bpf: improve warningEric Leblond
2017-08-18test_kmod: fix description for -s -and -c parametersLuis R. Rodriguez
2017-08-18perf annotate browser: Circulate percent, total-period and nr-samples viewTaeung Song
2017-08-18perf annotate browser: Support --show-nr-samples optionTaeung Song
2017-08-18perf annotate: Document --show-total-period optionTaeung Song
2017-08-18perf annotate stdio: Support --show-nr-samples optionTaeung Song
2017-08-17perf tools: Use default CPUINFO_PROC where it fitsArnaldo Carvalho de Melo
2017-08-17perf tools: Remove unused cpu_relax() macrosArnaldo Carvalho de Melo
2017-08-17perf events parse: Rename parse_events_parse argumentsArnaldo Carvalho de Melo
2017-08-17perf events parse: Use just one parse events state structArnaldo Carvalho de Melo
2017-08-17perf events parse: Rename parsing state struct to clearer nameArnaldo Carvalho de Melo
2017-08-17perf events parse: Remove some needless local variablesArnaldo Carvalho de Melo
2017-08-17perf trace: Fix off by one string allocation problemArnaldo Carvalho de Melo
2017-08-17perf jevents: Support FCMask and PortMaskAndi Kleen
2017-08-17tools lib bpf: Fix double file test in MakefileDaniel Díaz
2017-08-17Merge tag 'perf-core-for-mingo-4.14-20170816' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-08-17Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-08-16perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips
2017-08-16perf bpf: Fix endianness problem when loading parameters in prologueWang Nan
2017-08-15perf script python: Add support for sqlite3 to call-graph-from-sql.pyAdrian Hunter