summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2019-07-06perf header: Assign proper ff->ph in perf_event__synthesize_features()Song Liu
2019-07-02perf tools metric: Don't include duration_time in groupAndi Kleen
2019-07-02perf list: Avoid extra : for --raw metricsAndi Kleen
2019-07-02perf pmu: Support more complex PMU event aliasingJohn Garry
2019-07-02perf diff: Print the basic block cycles diffJin Yao
2019-07-02perf diff: Use hists to manage basic blocks per symbolJin Yao
2019-07-02perf hists: Add block_info in hist_entryJin Yao
2019-07-02perf symbol: Create block_info structureJin Yao
2019-07-01perf annotate: Add csky supportMao Han
2019-07-01perf stat: Fix metrics with --no-mergeAndi Kleen
2019-07-01perf stat: Fix group lookup for metric groupAndi Kleen
2019-07-01perf stat: Don't merge events in the same PMUAndi Kleen
2019-07-01perf stat: Make metric event lookup more robustAndi Kleen
2019-07-01tools lib: Move argv_{split,free} from tools/perf/util/Arnaldo Carvalho de Melo
2019-07-01perf tools: Drop strxfrchar(), use strreplace() equivalent from kernelArnaldo Carvalho de Melo
2019-07-01perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo
2019-06-26perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo
2019-06-26perf metricgroup: Use strsep()Arnaldo Carvalho de Melo
2019-06-26perf strfilter: Use skip_spaces()Arnaldo Carvalho de Melo
2019-06-26perf probe: Use skip_spaces() for argv handlingArnaldo Carvalho de Melo
2019-06-25perf time-utils: Use skip_spaces()Arnaldo Carvalho de Melo
2019-06-25perf header: Use skip_spaces() in __write_cpudesc()Arnaldo Carvalho de Melo
2019-06-25perf stat: Use recently introduced skip_spaces()Arnaldo Carvalho de Melo
2019-06-25perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-06-25perf tools: Add missing util.h to pick up 'page_size' variableArnaldo Carvalho de Melo
2019-06-25perf tools: Remove old baggage that is util/include/linux/ctype.hArnaldo Carvalho de Melo
2019-06-25perf symbols: We need util.h in symbol-elf.c for zfree()Arnaldo Carvalho de Melo
2019-06-25perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hArnaldo Carvalho de Melo
2019-06-25perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo
2019-06-25perf ctype: Remove now unused 'spaces' variableArnaldo Carvalho de Melo
2019-06-25perf ctype: Remove unused 'graph_line' variableArnaldo Carvalho de Melo
2019-06-25perf db-export: Export synth eventsAdrian Hunter
2019-06-25perf intel-pt: Synthesize CBR events when last seen value changesAdrian Hunter
2019-06-25perf intel-pt: Add CBR value to decoder stateAdrian Hunter
2019-06-25perf intel-pt: Cater for CBR change in PSB+Adrian Hunter
2019-06-25perf intel-pt: Decoder to output CBR changes immediatelyAdrian Hunter
2019-06-25perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer
2019-06-25perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()Adrian Hunter
2019-06-25perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 480Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 479Thomas Gleixner
2019-06-17perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo
2019-06-17perf pmu: Fix uncore PMU alias list for ARM64John Garry
2019-06-17perf intel-pt: Add callchain to synthesized PEBS sampleAdrian Hunter
2019-06-17perf intel-pt: Add memory information to synthesized PEBS sampleAdrian Hunter
2019-06-17perf intel-pt: Add LBR information to synthesized PEBS sampleAdrian Hunter