index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-21
libperf: Add flags to fdarray fds objects
Alexey Budankov
1
-1
/
+1
2020-07-17
perf tools: Sync hashmap.h with libbpf's
Arnaldo Carvalho de Melo
1
-4
/
+8
2020-07-17
perf metric: Add 'struct expr_id_data' to keep expr value
Jiri Olsa
3
-12
/
+16
2020-07-17
perf metric: Rename expr__add_id() to expr__add_val()
Jiri Olsa
4
-5
/
+5
2020-07-17
perf probe: Warn if the target function is a GNU indirect function
Masami Hiramatsu
1
-2
/
+6
2020-07-17
perf probe: Fix memory leakage when the probe point is not found
Masami Hiramatsu
1
-1
/
+1
2020-07-17
perf probe: Fix wrong variable warning when the probe point is not found
Masami Hiramatsu
1
-0
/
+3
2020-07-17
perf probe: Avoid setting probes on the same address for the same event
Masami Hiramatsu
1
-0
/
+10
2020-07-10
perf parse-events: Report BPF errors
Ian Rogers
1
-18
/
+20
2020-07-10
perf script: Show text poke address symbol
Adrian Hunter
4
-9
/
+20
2020-07-10
perf intel-pt: Add support for text poke events
Adrian Hunter
1
-0
/
+75
2020-07-10
perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL
Adrian Hunter
6
-1
/
+18
2020-07-10
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
11
-2
/
+142
2020-07-09
perf annotate: Fix non-null terminated buffer returned by readlink()
Numfor Mbiziwo-Tiapo
1
-4
/
+11
2020-07-08
perf inject jit: Remove //anon mmap events
Steve MacLean
1
-1
/
+30
2020-07-08
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
5
-11
/
+25
2020-07-07
perf symbols: Add s390 idle functions 'psw_idle' and 'psw_idle_exit' to list of idle symbols
Sven Schnelle
1
-0
/
+2
2020-07-06
perf intel-pt: Fix PEBS sample for XMM registers
Adrian Hunter
1
-2
/
+3
2020-07-06
perf intel-pt: Fix recording PEBS-via-PT with registers
Adrian Hunter
1
-2
/
+2
2020-07-03
perf record: Fix duplicated sideband events with Intel PT system wide tracing
Adrian Hunter
4
-7
/
+20
2020-07-02
perf parse-events: Disable a subset of bison warnings
Ian Rogers
1
-3
/
+11
2020-07-02
perf parse-events: Disable a subset of flex warnings
Ian Rogers
1
-3
/
+13
2020-06-23
perf parse-events: Declare bison header file output
Ian Rogers
1
-6
/
+9
2020-06-23
perf expr: Add missing headers noticed when building with NO_LIBBPF=1
Arnaldo Carvalho de Melo
1
-0
/
+3
2020-06-22
perf parse-events: Declare flex header file output
Ian Rogers
1
-6
/
+9
2020-06-22
perf pmu: Add flex debug build flag
Ian Rogers
1
-1
/
+1
2020-06-22
perf pmu: Add bison debug build flag
Ian Rogers
1
-1
/
+1
2020-06-22
perf parse-events: Use automatic variable for yacc input
Ian Rogers
1
-3
/
+3
2020-06-22
perf parse-events: Use automatic variable for flex input
Ian Rogers
1
-3
/
+3
2020-06-22
perf evlist: Fix the class prefix for 'struct evlist' branch_type methods
Arnaldo Carvalho de Melo
2
-2
/
+2
2020-06-22
perf evlist: Fix the class prefix for 'struct evlist' sample_id_all methods
Arnaldo Carvalho de Melo
3
-11
/
+11
2020-06-22
perf evlist: Fix the class prefix for 'struct evlist' sample_type methods
Arnaldo Carvalho de Melo
3
-9
/
+9
2020-06-22
perf evlist: Fix the class prefix for 'struct evlist' strerror methods
Arnaldo Carvalho de Melo
2
-5
/
+4
2020-06-22
perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods
Arnaldo Carvalho de Melo
2
-19
/
+15
2020-06-22
perf pmu: Improve CPU core PMU HW event list ordering
John Garry
1
-0
/
+7
2020-06-22
perf pmu: List kernel supplied event aliases for arm64
John Garry
1
-1
/
+1
2020-06-22
perf expr: Add < and > operators
Ian Rogers
2
-1
/
+6
2020-06-22
perf expr: Add d_ratio operation
Ian Rogers
2
-2
/
+13
2020-06-22
perf tools: Add test_generic_metric function
Jiri Olsa
2
-0
/
+17
2020-06-22
perf tools: Release metric_events rblist
Jiri Olsa
2
-0
/
+20
2020-06-22
perf tools: Factor out prepare_metric function
Jiri Olsa
1
-19
/
+34
2020-06-22
perf tools: Add metricgroup__parse_groups_test function
Jiri Olsa
2
-0
/
+20
2020-06-22
perf tools: Add map to parse_groups() function
Jiri Olsa
1
-10
/
+13
2020-06-22
perf tools: Add fake_pmu to parse_group() function
Jiri Olsa
1
-2
/
+3
2020-06-22
perf parse: Factor out parse_groups() function
Jiri Olsa
1
-6
/
+16
2020-06-22
perf pmu: Add a perf_pmu__fake object to use with __parse_events()
Arnaldo Carvalho de Melo
2
-0
/
+4
2020-06-22
perf parse: Provide a way to pass a fake_pmu to parse_events()
Arnaldo Carvalho de Melo
2
-9
/
+17
2020-06-22
perf tools: Add fake pmu support
Jiri Olsa
4
-8
/
+50
2020-06-10
perf pmu: Remove unused declaration
Ian Rogers
1
-1
/
+0
2020-06-09
perf parse-events: Fix an old style declaration
Ian Rogers
1
-1
/
+1
[prev]
[next]