summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf tools: Rename group to topdownKan Liang2020-09-173-2/+58
| * | perf machine: Add machine__for_each_dso() functionJiri Olsa2020-09-172-0/+16
| * | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-178-39/+96
| |\|
| * | perf tests: Call test_attr__open() directlyJiri Olsa2020-09-103-1/+12
| * | perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtim...Kajol Jain2020-09-102-4/+4
| * | perf metricgroup: Fix typo in comment.Ian Rogers2020-09-101-1/+1
| * | perf stat: Remove dead code: no need to set os.evsel twiceIan Rogers2020-09-101-1/+0
| * | perf list: Do not print 'Metric Groups:' unnecessarilyNamhyung Kim2020-09-091-4/+6
| * | perf tools: Consolidate close_control_option()'s into one functionAdrian Hunter2020-09-042-0/+11
| * | perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config'Arnaldo Carvalho de Melo2020-09-041-0/+2
| * | perf record: Add 'snapshot' control commandAdrian Hunter2020-09-042-3/+13
| * | perf tools: Add FIFO file names as alternative options to --controlAdrian Hunter2020-09-044-3/+56
| * | perf tools: Handle read errors from ctl_fdAdrian Hunter2020-09-041-5/+11
| * | perf tools: Consolidate --control option parsing into one functionAdrian Hunter2020-09-042-0/+25
| * | perf symbols: Try reading the symbol table with libbfdRemi Bernon2020-09-042-0/+144
| * | perf dso: Use libbfd to read build_id and .gnu_debuglink sectionRemi Bernon2020-09-041-3/+77
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-10/+2
|\ \ \
| * | | perf: Stop using deprecated bpf_program__title()Andrii Nakryiko2020-09-091-10/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-228-39/+96
|\ \ \ \ | | |_|/ | |/| |
| * | | perf stat: Fix the ratio comments of miss-eventsQi Liu2020-09-161-10/+10
| * | | perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-152-0/+12
| * | | perf metric: Do not free metric when failed to resolveNamhyung Kim2020-09-151-3/+6
| * | | perf metric: Free metric when it failed to resolveNamhyung Kim2020-09-151-5/+12
| * | | perf metric: Release expr_parse_ctx after testingNamhyung Kim2020-09-151-3/+5
| * | | perf parse-event: Fix memory leak in evsel->unitNamhyung Kim2020-09-151-1/+1
| * | | perf evlist: Fix cpu/thread map leakNamhyung Kim2020-09-151-3/+8
| * | | perf metric: Fix some memory leaks - part 2Namhyung Kim2020-09-151-0/+2
| * | | perf metric: Fix some memory leaksNamhyung Kim2020-09-151-2/+5
| * | | perf test: Free aliases for PMU event map aliases testNamhyung Kim2020-09-152-1/+2
| * | | perf record: Don't clear event's period if set by a termIan Rogers2020-09-141-8/+26
| * | | perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian2020-09-141-2/+1
| * | | perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp2020-09-141-1/+6
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-0413-31/+71
|\| | | |/ |/|
| * perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa2020-09-033-7/+24
| * perf stat: Turn off summary for interval mode by defaultJin Yao2020-09-031-0/+1
| * perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo2020-09-031-4/+4
| * perf intel-pt: Fix corrupt data after perf inject fromAl Grant2020-09-011-1/+8
| * perf cs-etm: Fix corrupt data after perf inject fromAl Grant2020-09-011-1/+8
| * perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers2020-09-011-13/+17
| * perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter2020-09-011-1/+1
| * perf parse-events: Set exclude_guest=1 for user-space countingJin Yao2020-09-011-0/+3
| * perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson2020-09-012-2/+2
| * perf: arm-spe: Fix check error when synthesizing eventsWei Li2020-08-211-3/+3
| * perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbolsArnaldo Carvalho de Melo2020-08-211-0/+1
* | tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko2020-08-181-1/+1
|/
* perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler2020-08-141-0/+19
* perf tools: Add general function to parse sublevel optionsChangbin Du2020-08-144-44/+99
* perf tools: Fix module symbol processingJiri Olsa2020-08-132-5/+4
* perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa2020-08-137-35/+35
* perf data: Add support to store time of day in CTF data conversionJiri Olsa2020-08-062-20/+38