summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2020-07-30perf metric: Change expr__get_id to return struct expr_id_dataJiri Olsa3-13/+14
2020-07-30perf metric: Add expr__add_id functionJiri Olsa3-7/+27
2020-07-30perf metric: Fix memory leak in expr__add_id functionJiri Olsa1-0/+2
2020-07-30perf tools: Fix term parsing for raw syntaxJiri Olsa3-8/+41
2020-07-30perf tools: Allow r0x<HEX> event syntaxJiri Olsa1-0/+1
2020-07-22perf stat: extend -D,--delay option with -1 valueAlexey Budankov2-1/+4
2020-07-22perf evlist: Implement control command handling functionsAlexey Budankov2-0/+158
2020-07-22perf evlist: Introduce control file descriptorsAlexey Budankov2-0/+8
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov1-1/+1
2020-07-17perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo1-4/+8
2020-07-17perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa3-12/+16
2020-07-17perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa4-5/+5
2020-07-17perf probe: Warn if the target function is a GNU indirect functionMasami Hiramatsu1-2/+6
2020-07-17perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu1-1/+1
2020-07-17perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu1-0/+3
2020-07-17perf probe: Avoid setting probes on the same address for the same eventMasami Hiramatsu1-0/+10
2020-07-10perf parse-events: Report BPF errorsIan Rogers1-18/+20
2020-07-10perf script: Show text poke address symbolAdrian Hunter4-9/+20
2020-07-10perf intel-pt: Add support for text poke eventsAdrian Hunter1-0/+75
2020-07-10perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOLAdrian Hunter6-1/+18
2020-07-10perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter11-2/+142
2020-07-09perf annotate: Fix non-null terminated buffer returned by readlink()Numfor Mbiziwo-Tiapo1-4/+11
2020-07-08perf inject jit: Remove //anon mmap eventsSteve MacLean1-1/+30
2020-07-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo5-11/+25
2020-07-07perf symbols: Add s390 idle functions 'psw_idle' and 'psw_idle_exit' to list ...Sven Schnelle1-0/+2
2020-07-06perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter1-2/+3
2020-07-06perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter1-2/+2
2020-07-03perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter4-7/+20
2020-07-02perf parse-events: Disable a subset of bison warningsIan Rogers1-3/+11
2020-07-02perf parse-events: Disable a subset of flex warningsIan Rogers1-3/+13
2020-06-23perf parse-events: Declare bison header file outputIan Rogers1-6/+9
2020-06-23perf expr: Add missing headers noticed when building with NO_LIBBPF=1Arnaldo Carvalho de Melo1-0/+3
2020-06-22perf parse-events: Declare flex header file outputIan Rogers1-6/+9
2020-06-22perf pmu: Add flex debug build flagIan Rogers1-1/+1
2020-06-22perf pmu: Add bison debug build flagIan Rogers1-1/+1
2020-06-22perf parse-events: Use automatic variable for yacc inputIan Rogers1-3/+3
2020-06-22perf parse-events: Use automatic variable for flex inputIan Rogers1-3/+3
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' branch_type methodsArnaldo Carvalho de Melo2-2/+2
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' sample_id_all methodsArnaldo Carvalho de Melo3-11/+11
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' sample_type methodsArnaldo Carvalho de Melo3-9/+9
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' strerror methodsArnaldo Carvalho de Melo2-5/+4
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methodsArnaldo Carvalho de Melo2-19/+15
2020-06-22perf pmu: Improve CPU core PMU HW event list orderingJohn Garry1-0/+7
2020-06-22perf pmu: List kernel supplied event aliases for arm64John Garry1-1/+1
2020-06-22perf expr: Add < and > operatorsIan Rogers2-1/+6
2020-06-22perf expr: Add d_ratio operationIan Rogers2-2/+13
2020-06-22perf tools: Add test_generic_metric functionJiri Olsa2-0/+17
2020-06-22perf tools: Release metric_events rblistJiri Olsa2-0/+20
2020-06-22perf tools: Factor out prepare_metric functionJiri Olsa1-19/+34
2020-06-22perf tools: Add metricgroup__parse_groups_test functionJiri Olsa2-0/+20