Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
19e4735bd7f02bd38db43a8521377b35f236b3b6
/
tools
/
perf
/
util
/
util.h
97a07f1
perf tools: Introduce filename__read_int helper
by Arnaldo Carvalho de Melo
· 11 years ago
9a17d72
perf tools: Add copyfile_mode()
by Adrian Hunter
· 11 years ago
86c98ca
perf annotate: Pass dso instead of dso_name to get_srcline()
by Namhyung Kim
· 11 years ago
f048d54
perf annotate: Factor out get/free_srcline()
by Namhyung Kim
· 11 years ago
fc67297
perf tools: Separate out GTK codes to libperf-gtk.so
by Namhyung Kim
· 11 years ago
27050f5
perf tools: Add possibility to specify mmap size
by Jiri Olsa
· 11 years ago
3b47abe
perf util: Add parse_nsec_time() function
by Namhyung Kim
· 11 years ago
167aedc
perf util: Move debugfs/tracing helper functions to util.c
by Namhyung Kim
· 11 years ago
756bbc8
perf tools: Include termios.h explicitly
by Joonsoo Kim
· 11 years ago
6956664
perf tools: Fix bug in isupper() and islower()
by Sukadev Bhattiprolu
· 12 years ago
62baca8
perf tools: Get rid of redundant _FILE_OFFSET_BITS definition
by Namhyung Kim
· 12 years ago
1355915
perf tools: Extract perf-specific stuff from debugfs.c
by Borislav Petkov
· 12 years ago
08aa9cc
perf tools: Move ltrim() to util/string.c
by Namhyung Kim
· 12 years ago
2c803e5
perf tools: Move get_term_dimensions from top to util.c
by David Ahern
· 12 years ago
ea36c46
perf tools: Move strxfrchar into string object
by Jiri Olsa
· 12 years ago
b2aff5f
perf tools: Move hex2u64 into util object
by Jiri Olsa
· 12 years ago
752fde4
perf trace: Support interrupted syscalls
by Arnaldo Carvalho de Melo
· 12 years ago
0c1fe6b
perf tools: Have the page size value available for all tools
by Arnaldo Carvalho de Melo
· 12 years ago
f8fcd77
perf tools: include wrapper for magic.h
by Irina Tirdea
· 12 years ago
1204609
perf tools: remove unneeded include of network header files
by David Ahern
· 12 years ago
dc4552b
perf tools: Add dump_stack function
by Arnaldo Carvalho de Melo
· 12 years ago
cb1a28a
perf lib: Introduce rtrim
by Arnaldo Carvalho de Melo
· 12 years ago
5dcefda
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 13 years ago
dfe78ad
perf target: Introduce perf_target__parse_uid()
by Namhyung Kim
· 13 years ago
12864b3
perf target: Split out perf_target handling code
by Namhyung Kim
· 13 years ago
4bd0f2d
perf tools: Introduce perf_target__validate() helper
by Namhyung Kim
· 13 years ago
61e04b3
perf annotate browser: Align jump labels
by Arnaldo Carvalho de Melo
· 13 years ago
2cd13b0f
perf tools: Implement islower/isupper macro into util.h
by Namhyung Kim
· 13 years ago
b52956c
perf tools: Allow multiple threads or processes in record, stat, top
by David Ahern
· 13 years ago
2ef1ea3
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
by David Daney
· 13 years ago
0d37aa3
perf tools: Introduce per user view
by Arnaldo Carvalho de Melo
· 13 years ago
1aed267
perf kvm: Do guest-only counting by default
by Joerg Roedel
· 13 years ago
41d0d93
perf: builtin-record: Document and check that mmap_pages must be a power of two.
by Nelson Elhage
· 13 years ago
bad03ae
perf probe: Move strtailcmp to string.c
by Masami Hiramatsu
· 13 years ago
8796cb9
perf tools: Makefile: Remove platform-specific cruft
by Michael Witten
· 14 years ago
1e7972c
perf util: Move do_read from session to util
by Arnaldo Carvalho de Melo
· 14 years ago
b50e003
perf ui browser: Return the exit key in all browsers
by Arnaldo Carvalho de Melo
· 14 years ago
a1ac1d3
perf record: Add option to avoid updating buildid cache
by Stephane Eranian
· 14 years ago
45de34b
perf buildid: add perfconfig option to specify buildid cache dir
by Stephane Eranian
· 14 years ago
46e3e05
perf annotate: Add TUI interface
by Arnaldo Carvalho de Melo
· 14 years ago
151f85a
perf tools: remove xstrndup, xmalloc, xzalloc
by Arnaldo Carvalho de Melo
· 14 years ago
a41794c
perf tools: Remove some unused functions
by Arnaldo Carvalho de Melo
· 14 years ago
c82ee82
perf report: Report number of events, not samples
by Arnaldo Carvalho de Melo
· 15 years ago
e206d55
perf tools: Move the prototypes in util/string.h to util.h
by Arnaldo Carvalho de Melo
· 15 years ago
a1d37d5
perf tools: Introduce xzalloc() for detecting out of memory conditions
by Masami Hiramatsu
· 15 years ago
4cf4013
perf record: Introduce a symtab cache
by Arnaldo Carvalho de Melo
· 15 years ago
727dad1
perf tools: Remove unused wrapper routines
by Arnaldo Carvalho de Melo
· 15 years ago
3647948
perf tools: Introduce zalloc() for the common calloc(1, N) case
by Arnaldo Carvalho de Melo
· 15 years ago
2890284
perf tools: Move graph_line and graph_dotted_line from top
by Arnaldo Carvalho de Melo
· 15 years ago
a7b6342
Merge branch 'perf/core' into perf/probes
by Ingo Molnar
· 15 years ago
9e827dd
perf tools: Bring linear set of section headers for features
by Frederic Weisbecker
· 15 years ago
9769833
perf: Add DIE_IF() macro for error checking
by Masami Hiramatsu
· 15 years ago
19c9596
Merge branch 'perfcounters/tracing' into perfcounters/core
by Ingo Molnar
· 15 years ago
1f18345
perf tools: Remove obsolete defines
by Ingo Molnar
· 15 years ago
5f9c39d
perf tools: Add perf trace
by Frederic Weisbecker
· 15 years ago
66e274f
perf tools: Factorize the map helpers
by Frederic Weisbecker
· 15 years ago
1fe2c10
perf tools: Factorize the event structure definitions in a single file
by Frederic Weisbecker
· 15 years ago
f6bdafe
perf_counter: Add tracepoint support to perf list, perf stat
by Jason Baron
· 15 years ago
fde953c
perf_counter tools: Remove dead code
by Ingo Molnar
· 15 years ago
a73c7d8
perf_counter tools: Add and use isprint()
by Peter Zijlstra
· 15 years ago
5aa75a0f
perf_counter tools: Replace isprint() with issane()
by Peter Zijlstra
· 15 years ago
8647093
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
by Ingo Molnar
· 15 years ago
[Renamed from Documentation/perf_counter/util/util.h]
16f762a
perf_counter tools: Introduce stricter C code checking
by Ingo Molnar
· 15 years ago
148be2c
perf_counter tools: move helper library to util/*
by Ingo Molnar
· 16 years ago
[Renamed from Documentation/perf_counter/util.h]
6f06ccb
perf_counter tools: clean up after introduction of the Git command framework
by Ingo Molnar
· 16 years ago
0780060
perf_counter tools: add in basic glue from Git
by Ingo Molnar
· 16 years ago